summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-09-08 10:45:40 +0200
committerPierre Ossman <ossman@cendio.se>2021-09-08 10:45:40 +0200
commitaefb68973def5a4b61c3503b8d75d45f0b9dcb5c (patch)
tree7cb822824fadebbc09481d90b9e91810885457f3 /CMakeLists.txt
parent49a9a3d20b11de3b040f9e7598ef1df281577c86 (diff)
downloadtigervnc-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.txt4
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)