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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a59d81..49182fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,10 +18,10 @@
 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}")