From: Pierre Ossman Date: Thu, 26 Nov 2015 11:42:11 +0000 (+0100) Subject: TigerVNC 1.5.90 (1.6.0 beta) X-Git-Tag: v1.5.90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4b3aaf94c8766c3576820c7f8a8bdc5e9a84f8c4;p=tigervnc.git TigerVNC 1.5.90 (1.6.0 beta) --- 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")