]> source.dussan.org Git - tigervnc.git/commitdiff
TigerVNC 1.6.0 1.6-branch v1.6.0
authorPierre Ossman <ossman@cendio.se>
Thu, 24 Dec 2015 20:18:02 +0000 (21:18 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 24 Dec 2015 20:18:02 +0000 (21:18 +0100)
CMakeLists.txt
java/CMakeLists.txt
unix/xserver/hw/vnc/xvnc.c

index c3a177b10901cd1db0f1351beeeace61400d3bd4..d249e841947cd62c511d366664477991acc07d79 100644 (file)
@@ -18,10 +18,10 @@ include(CheckCSourceRuns)
 include(CMakeMacroLibtoolFile)
 
 project(tigervnc)
-set(VERSION 1.5.90)
+set(VERSION 1.6.0)
 
 # The RC version must always be four comma-separated numbers
-set(RCVERSION 1,5,90,0)
+set(RCVERSION 1,6,0,0)
 
 # Installation paths
 set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
index 56535c61936e939599afdb7cc4811680edc7f50c..15ee65fbbac2b522404ac5c0607b5fbcb86fb4fb 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(tigervnc-java Java)
 if(NOT VERSION)
-  set(VERSION 1.5.90)
+  set(VERSION 1.6.0)
 endif()
 
 find_package(Java)
index f3696e1097b4f5357baae3c4b0d00db47f2d20b0..e330a67341beb7ae40a9157f1fc1dd6b58cfb092 100644 (file)
@@ -85,7 +85,7 @@ from the X Consortium.
 #include "version-config.h"
 #include "site.h"
 
-#define XVNCVERSION "TigerVNC 1.5.90"
+#define XVNCVERSION "TigerVNC 1.6.0"
 #define XVNCCOPYRIGHT ("Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)\n" \
                        "See http://www.tigervnc.org for information on TigerVNC.\n")