summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-11-19 14:24:15 +0100
committerPierre Ossman <ossman@cendio.se>2014-11-19 14:24:15 +0100
commit59c5a55c0f5c2411c645dc48af671cc1fdbb0c06 (patch)
treeca3531637baab85718caae9026e8a989fadf1332
parent8e101704c32c47654d7453f5bde42d8d0c8cc160 (diff)
downloadtigervnc-59c5a55c0f5c2411c645dc48af671cc1fdbb0c06.tar.gz
tigervnc-59c5a55c0f5c2411c645dc48af671cc1fdbb0c06.zip
TigerVNC 1.3.90 (1.4 beta)v1.3.90
-rw-r--r--CMakeLists.txt4
-rw-r--r--java/CMakeLists.txt2
-rw-r--r--unix/xserver/hw/vnc/xvnc.cc2
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ff1a7c2..b04cd1a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,10 +18,10 @@ include(CheckCSourceRuns)
include(CMakeMacroLibtoolFile)
project(tigervnc)
-set(VERSION 1.3.80)
+set(VERSION 1.3.90)
# The RC version must always be four comma-separated numbers
-set(RCVERSION 1,3,80,0)
+set(RCVERSION 1,3,90,0)
# Installation paths
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt
index c98c69c0..13ee0aae 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.3.80)
+ set(VERSION 1.3.90)
endif()
find_package(Java)
diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
index 2ef888dd..35ea78cf 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -98,7 +98,7 @@ extern "C" {
#define Xfree free
#endif
-#define XVNCVERSION "TigerVNC 1.3.80"
+#define XVNCVERSION "TigerVNC 1.3.90"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")