diff options
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) |