aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-09-08 14:16:08 +0200
committerPierre Ossman <ossman@cendio.se>2020-09-08 14:16:08 +0200
commit540bfc3278e396321124d4b18a798ac2bc18b6ca (patch)
treedcef4142be78a4d757a43086ec477122fcd87eca /CMakeLists.txt
parent20dea801e747318525a5859fe4f37c52b05310cb (diff)
downloadtigervnc-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.txt4
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)