diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-05-16 15:53:28 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-05-16 15:53:28 +0200 |
commit | 4d6e1b8306a8cca8ad5e15ff8201f6ea24459cfd (patch) | |
tree | b88e8b17affc29910af1a6e8d720e4ec617cbc8a /CMakeLists.txt | |
parent | e8486d889dbe5c7e74820bf18a487e63c89774d9 (diff) | |
download | tigervnc-1.8.0.tar.gz tigervnc-1.8.0.zip |
TigerVNC 1.8.0v1.8.01.8-branch
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 6b30f07b..94ec2ef8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,10 +21,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.7.90) +set(VERSION 1.8.0) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,7,90,0) +set(RCVERSION 1,8,0,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") |