From: DRC Date: Sun, 12 Feb 2012 22:10:01 +0000 (+0000) Subject: Bump version number to prepare for post-1.2 development X-Git-Tag: v1.2.90~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=550a4df9a31bf6a7a7cfa8f557d1e680fad917f0;p=tigervnc.git Bump version number to prepare for post-1.2 development git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4849 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f84b30f..ed1975ba 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.80) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,1,91,0) +set(RCVERSION 1,2,80,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 f8364fba..e6ced805 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.80) find_package(Java) diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index 05d4eb12..8d0df90c 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.80" #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")