diff options
author | Pierre Ossman <ossman@cendio.se> | 2020-09-08 14:16:08 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2020-09-08 14:16:08 +0200 |
commit | 540bfc3278e396321124d4b18a798ac2bc18b6ca (patch) | |
tree | dcef4142be78a4d757a43086ec477122fcd87eca /CMakeLists.txt | |
parent | 20dea801e747318525a5859fe4f37c52b05310cb (diff) | |
download | tigervnc-1.11-branch.tar.gz tigervnc-1.11-branch.zip |
TigerVNC 1.11.0v1.11.01.11-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 f88d63f1..7bf99441 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,10 +24,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.10.90) +set(VERSION 1.11.0) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,10,90,0) +set(RCVERSION 1,11,0,0) # Installation paths include(GNUInstallDirs) |