summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2012-01-17 22:35:43 +0000
committerDRC <dcommander@users.sourceforge.net>2012-01-17 22:35:43 +0000
commit4f3b25479e282749ad69fc51939b9072cfb7a522 (patch)
treee981ff20f4aa7a9b448e3e9575cfcad081d33abe /CMakeLists.txt
parent0141bd5e6937579d44e4391265154bd696ea5172 (diff)
downloadtigervnc-4f3b25479e282749ad69fc51939b9072cfb7a522.tar.gz
tigervnc-4f3b25479e282749ad69fc51939b9072cfb7a522.zip
Bump version to 1.1.91 (1.2 beta2)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4835 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a59d815..49182fa8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,10 +18,10 @@ include(CheckCSourceRuns)
include(CMakeMacroLibtoolFile)
project(tigervnc)
-set(VERSION 1.1.90)
+set(VERSION 1.1.91)
# The RC version must always be four comma-separated numbers
-set(RCVERSION 1,1,90,0)
+set(RCVERSION 1,1,91,0)
# Compatibility variables for the migration from autotools
add_definitions(-DPACKAGE_NAME="${CMAKE_PROJECT_NAME}")