From a2f5f1a662633021ce53c480d52e50ef5b2da861 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 23 Dec 2011 14:13:04 +0000 Subject: [PATCH] 1.1.90 (1.2 beta1) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4826 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- CMakeLists.txt | 4 ++-- java/CMakeLists.txt | 2 +- unix/xserver/hw/vnc/xvnc.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15e2f670..67c4bac8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,10 +18,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.1.80) +set(VERSION 1.1.90) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,1,80,0) +set(RCVERSION 1,1,90,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 9a8a6127..cf7e04c8 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.80) +set(VERSION 1.1.90) find_package(Java) diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index 41384a45..97bfe01c 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.80" +#define XVNCVERSION "TigerVNC 1.1.90" #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") -- 2.39.5