Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4543 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5b5f72..675c3dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,10 +17,10 @@
include(CMakeMacroLibtoolFile)
project(tigervnc)
-set(VERSION 1.0.90)
+set(VERSION 1.1.80)
# The RC version must always be four comma-separated numbers
-set(RCVERSION 1,0,90,0)
+set(RCVERSION 1,1,80,0)
# Manual toggle until we can deprecate the old viewers
option(BUILD_NEW_VNCVIEWER "Build the new FLTK based vncviewer instead of the old ones" ON)