]> source.dussan.org Git - tigervnc.git/commitdiff
TigerVNC 1.11.0 1.11-branch v1.11.0
authorPierre Ossman <ossman@cendio.se>
Tue, 8 Sep 2020 12:16:08 +0000 (14:16 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 8 Sep 2020 12:16:08 +0000 (14:16 +0200)
CMakeLists.txt
java/CMakeLists.txt
unix/xserver/hw/vnc/xvnc.c

index f88d63f1c810a69813ffc4f729f561e025d90c8e..7bf994412f9be778562d8d6e2e87710b614a9dab 100644 (file)
@@ -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)
index 5a2b3cbada2c4a4faed5866ae7fa7bf51e57d20c..db20aaf648e30f48f8628cdeb1747e765b9150fa 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.11)
 
 project(tigervnc-java Java)
 if(NOT VERSION)
-  set(VERSION 1.10.90)
+  set(VERSION 1.11.0)
 endif()
 
 find_package(Java)
index 5c7eb12d20d0a34b5e7fc81758e8b5329aeefba4..fda6205f85272b7fa1616a2224629958e72b023a 100644 (file)
@@ -82,7 +82,7 @@ from the X Consortium.
 #include "version-config.h"
 #include "site.h"
 
-#define XVNCVERSION "TigerVNC 1.10.90"
+#define XVNCVERSION "TigerVNC 1.11.0"
 #define XVNCCOPYRIGHT ("Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)\n" \
                        "See https://www.tigervnc.org for information on TigerVNC.\n")