aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6f84b30f..65840107 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,10 +18,10 @@ include(CheckCSourceRuns)
include(CMakeMacroLibtoolFile)
project(tigervnc)
-set(VERSION 1.1.91)
+set(VERSION 1.2.0)
# The RC version must always be four comma-separated numbers
-set(RCVERSION 1,1,91,0)
+set(RCVERSION 1,2,0,0)
# Compatibility variables for the migration from autotools
add_definitions(-DPACKAGE_NAME="${CMAKE_PROJECT_NAME}")
diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt
index f0a884b8..5125067c 100644
--- a/java/CMakeLists.txt
+++ b/java/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(tigervnc-java Java)
-set(VERSION 1.1.91)
+set(VERSION 1.2.0)
find_package(Java)
diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc
index 05d4eb12..70bf74e3 100644
--- a/unix/xserver/hw/vnc/xvnc.cc
+++ b/unix/xserver/hw/vnc/xvnc.cc
@@ -96,7 +96,7 @@ extern "C" {
#define Xfree free
#endif
-#define XVNCVERSION "TigerVNC 1.1.91"
+#define XVNCVERSION "TigerVNC 1.2.0"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")