diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-11-19 14:24:15 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-11-19 14:24:15 +0100 |
commit | 59c5a55c0f5c2411c645dc48af671cc1fdbb0c06 (patch) | |
tree | ca3531637baab85718caae9026e8a989fadf1332 /CMakeLists.txt | |
parent | 8e101704c32c47654d7453f5bde42d8d0c8cc160 (diff) | |
download | tigervnc-59c5a55c0f5c2411c645dc48af671cc1fdbb0c06.tar.gz tigervnc-59c5a55c0f5c2411c645dc48af671cc1fdbb0c06.zip |
TigerVNC 1.3.90 (1.4 beta)v1.3.90
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 2ff1a7c2..b04cd1a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,10 +18,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.3.80) +set(VERSION 1.3.90) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,3,80,0) +set(RCVERSION 1,3,90,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") |