aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-08-19 14:02:23 +0200
committerPierre Ossman <ossman@cendio.se>2020-08-19 14:02:23 +0200
commita7f1984a080da044d9d9370e24fbca35abcfd364 (patch)
treebfc0bff61bb4200e9e6cc0f1dd9f958692de7c69 /CMakeLists.txt
parent18146d9d885cad6bdb94c8217d70c33b9775f51b (diff)
downloadtigervnc-a7f1984a080da044d9d9370e24fbca35abcfd364.tar.gz
tigervnc-a7f1984a080da044d9d9370e24fbca35abcfd364.zip
Change development version to 1.11.80
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 f85b4031..9f1505e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,10 +24,10 @@ include(CheckCSourceRuns)
include(CMakeMacroLibtoolFile)
project(tigervnc)
-set(VERSION 1.10.80)
+set(VERSION 1.11.80)
# The RC version must always be four comma-separated numbers
-set(RCVERSION 1,10,80,0)
+set(RCVERSION 1,11,80,0)
# Installation paths
include(GNUInstallDirs)