]> source.dussan.org Git - tigervnc.git/commitdiff
Mark final 1.3.0 release. v1.3.0
authorPierre Ossman <ossman@cendio.se>
Thu, 4 Jul 2013 13:41:49 +0000 (13:41 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 4 Jul 2013 13:41:49 +0000 (13:41 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_3@5128 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt
java/CMakeLists.txt
unix/xserver/hw/vnc/xvnc.cc

index 1516cefe30e690b6f34c4085ac811f91d0df96b0..468df1a545842e80ae2cbd6496ed94c87973c3ed 100644 (file)
@@ -18,10 +18,10 @@ include(CheckCSourceRuns)
 include(CMakeMacroLibtoolFile)
 
 project(tigervnc)
-set(VERSION 1.2.90)
+set(VERSION 1.3.0)
 
 # The RC version must always be four comma-separated numbers
-set(RCVERSION 1,2,90,0)
+set(RCVERSION 1,3,0,0)
 
 # Installation paths
 set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
index 3a6124c71bd6c06ed54b0cf60cbc9196a37a56a7..7cf08afd14f0a479441332e49c48ebf34b63a8fc 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(tigervnc-java Java)
 if(NOT VERSION)
-  set(VERSION 1.2.90)
+  set(VERSION 1.3.0)
 endif()
 
 find_package(Java)
index cc1a010f75a291c03c16fb133426192bb306453a..420326a37a88ef39bd670a9dc6ad19cc48c17d27 100644 (file)
@@ -98,7 +98,7 @@ extern "C" {
 #define Xfree free
 #endif
 
-#define XVNCVERSION "TigerVNC 1.2.90"
+#define XVNCVERSION "TigerVNC 1.3.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")