diff options
author | Pierre Ossman <ossman@cendio.se> | 2016-07-01 12:24:01 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2016-07-01 12:24:01 +0200 |
commit | a38db6daa6a30b1b578d01bd6f88393ff0c0b425 (patch) | |
tree | 0ca18bafee7aa77fa58f173369270a5c49561e0f /CMakeLists.txt | |
parent | 3e03a8f683a341c7bb47e60beab19fd931508913 (diff) | |
download | tigervnc-3a42132f564f8524d1655ab4c687c449c4587d3f.tar.gz tigervnc-3a42132f564f8524d1655ab4c687c449c4587d3f.zip |
TigerVNC 1.6.90 (1.7.0 beta)v1.6.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 cd5a23b9..d6870b3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,10 +21,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.6.80) +set(VERSION 1.6.90) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,6,80,0) +set(RCVERSION 1,6,90,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") |