diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-04-19 15:27:31 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-04-19 15:27:31 +0200 |
commit | 480943caf0803bedeb96c64e39568a1139737c4f (patch) | |
tree | d87a6b29226b07b3057cf20068bb6cfb6a762b9e /CMakeLists.txt | |
parent | 57d4c8fbe2865f269bbd172ab11f75926b6e60fd (diff) | |
download | tigervnc-479be1023c445970556a170e90c06d6b090509c5.tar.gz tigervnc-479be1023c445970556a170e90c06d6b090509c5.zip |
TigerVNC 1.7.90 (1.8.0 beta)v1.7.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 a9e7f4e0..6b30f07b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,10 +21,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.7.80) +set(VERSION 1.7.90) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,7,80,0) +set(RCVERSION 1,7,90,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") |