diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 20:05:06 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 20:05:06 +0000 |
commit | de30d95377d4f9d0a55d29475a862ba8611ff46b (patch) | |
tree | e0369e0cd7b6e1f629742769b406e77884451723 /CMakeLists.txt | |
parent | 887e9ebf3c57a2646e23fb07db65b90751cea30b (diff) | |
download | tigervnc-de30d95377d4f9d0a55d29475a862ba8611ff46b.tar.gz tigervnc-de30d95377d4f9d0a55d29475a862ba8611ff46b.zip |
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a5b5f728..675c3ddd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,10 +17,10 @@ include(CheckCXXSourceCompiles) 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) |