diff options
author | Pierre Ossman <ossman@cendio.se> | 2019-12-20 08:02:02 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2019-12-20 08:02:02 +0100 |
commit | 4739493b635372bd40a34640a719f79fa90e4dba (patch) | |
tree | 0566bb3f0e886560c2c5da5a30e0ba6c3137245f /CMakeLists.txt | |
parent | d42625216fad9136e903e36694d78b670510ae90 (diff) | |
download | tigervnc-1.10.1.tar.gz tigervnc-1.10.1.zip |
TigerVNC 1.10.1v1.10.11.10-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 d3330d10..2d19b720 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,10 +21,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.10.0) +set(VERSION 1.10.1) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,10,0,0) +set(RCVERSION 1,10,1,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") |