]> source.dussan.org Git - tigervnc.git/commitdiff
TigerVNC 1.6.90 (1.7.0 beta) v1.6.90
authorPierre Ossman <ossman@cendio.se>
Fri, 1 Jul 2016 10:24:01 +0000 (12:24 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 1 Jul 2016 10:24:01 +0000 (12:24 +0200)
CMakeLists.txt
java/CMakeLists.txt
unix/xserver/hw/vnc/xvnc.c

index cd5a23b9289855b407b337ace18cb3dfa9cb1c75..d6870b3d949373e775fad735f2839a9f9215f6dc 100644 (file)
@@ -21,10 +21,10 @@ include(CheckCSourceRuns)
 include(CMakeMacroLibtoolFile)
 
 project(tigervnc)
-set(VERSION 1.6.80)
+set(VERSION 1.6.90)
 
 # The RC version must always be four comma-separated numbers
-set(RCVERSION 1,6,80,0)
+set(RCVERSION 1,6,90,0)
 
 # Installation paths
 set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
index 8f698ac5ba60dacb3407094f7034020acbee7d2f..163d0304d675c41bb1b634eff02f3a4e21f59380 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(tigervnc-java Java)
 if(NOT VERSION)
-  set(VERSION 1.6.80)
+  set(VERSION 1.6.90)
 endif()
 
 find_package(Java)
index 57098930da75e495de4f4a714f496f5754d41d76..1bbdfa8e92c1e14760b0a8abae41680bf08c30a0 100644 (file)
@@ -85,7 +85,7 @@ from the X Consortium.
 #include "version-config.h"
 #include "site.h"
 
-#define XVNCVERSION "TigerVNC 1.6.80"
+#define XVNCVERSION "TigerVNC 1.6.90"
 #define XVNCCOPYRIGHT ("Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)\n" \
                        "See http://www.tigervnc.org for information on TigerVNC.\n")