diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-11-26 12:42:11 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-11-26 12:42:11 +0100 |
commit | 1529a8b0bea2300db2faf017cf2dc0c5f13e61b3 (patch) | |
tree | 1ea8b9c836510919429ee01bc93ef14ba9b53643 | |
parent | b9b8212a60072b49def29dbf21a0de35d0a510d1 (diff) | |
download | tigervnc-1.5.90.tar.gz tigervnc-1.5.90.zip |
TigerVNC 1.5.90 (1.6.0 beta)v1.5.90
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | java/CMakeLists.txt | 2 | ||||
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d788b602..c3a177b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,10 +18,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.5.80) +set(VERSION 1.5.90) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,5,80,0) +set(RCVERSION 1,5,90,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt index c7d6300c..56535c61 100644 --- a/java/CMakeLists.txt +++ b/java/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(tigervnc-java Java) if(NOT VERSION) - set(VERSION 1.5.80) + set(VERSION 1.5.90) endif() find_package(Java) diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index ee3dab25..f3696e10 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -85,7 +85,7 @@ from the X Consortium. #include "version-config.h" #include "site.h" -#define XVNCVERSION "TigerVNC 1.5.80" +#define XVNCVERSION "TigerVNC 1.5.90" #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") |