diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-09-08 10:45:40 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-09-08 10:45:40 +0200 |
commit | aefb68973def5a4b61c3503b8d75d45f0b9dcb5c (patch) | |
tree | 7cb822824fadebbc09481d90b9e91810885457f3 /CMakeLists.txt | |
parent | 49a9a3d20b11de3b040f9e7598ef1df281577c86 (diff) | |
download | tigervnc-1.11.90.tar.gz tigervnc-1.11.90.zip |
TigerVNC 1.11.90 (1.12.0 beta)v1.11.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 6d765f75..c6194c75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,10 +24,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.11.80) +set(VERSION 1.11.90) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,11,80,0) +set(RCVERSION 1,11,90,0) # Installation paths include(GNUInstallDirs) |