File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ include(CheckCSourceRuns)
21
21
include (CMakeMacroLibtoolFile )
22
22
23
23
project (tigervnc )
24
- set (VERSION 1.8.90 )
24
+ set (VERSION 1.9.0 )
25
25
26
26
# The RC version must always be four comma-separated numbers
27
- set (RCVERSION 1,8,90 ,0 )
27
+ set (RCVERSION 1,9,0 ,0 )
28
28
29
29
# Installation paths
30
30
set (BIN_DIR "${CMAKE_INSTALL_PREFIX} /bin" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
2
2
3
3
project (tigervnc-java Java )
4
4
if (NOT VERSION )
5
- set (VERSION 1.8.90 )
5
+ set (VERSION 1.9.0 )
6
6
endif ()
7
7
8
8
find_package (Java )
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ from the X Consortium.
87
87
#include "version-config.h"
88
88
#include "site.h"
89
89
90
- #define XVNCVERSION "TigerVNC 1.8.90 "
90
+ #define XVNCVERSION "TigerVNC 1.9.0 "
91
91
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\n" \
92
92
"See http://www.tigervnc.org for information on TigerVNC.\n")
93
93
You can’t perform that action at this time.
0 commit comments