Skip to content

Commit 6f2301d

Browse files
committed
TigerVNC 1.9.0
1 parent d6e60f8 commit 6f2301d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ include(CheckCSourceRuns)
2121
include(CMakeMacroLibtoolFile)
2222

2323
project(tigervnc)
24-
set(VERSION 1.8.90)
24+
set(VERSION 1.9.0)
2525

2626
# The RC version must always be four comma-separated numbers
27-
set(RCVERSION 1,8,90,0)
27+
set(RCVERSION 1,9,0,0)
2828

2929
# Installation paths
3030
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")

java/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
22

33
project(tigervnc-java Java)
44
if(NOT VERSION)
5-
set(VERSION 1.8.90)
5+
set(VERSION 1.9.0)
66
endif()
77

88
find_package(Java)

unix/xserver/hw/vnc/xvnc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ from the X Consortium.
8787
#include "version-config.h"
8888
#include "site.h"
8989

90-
#define XVNCVERSION "TigerVNC 1.8.90"
90+
#define XVNCVERSION "TigerVNC 1.9.0"
9191
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\n" \
9292
"See http://www.tigervnc.org for information on TigerVNC.\n")
9393

0 commit comments

Comments
 (0)