]> source.dussan.org Git - tigervnc.git/commitdiff
Change development version to 1.10.80
authorPierre Ossman <ossman@cendio.se>
Fri, 18 Oct 2019 08:16:19 +0000 (10:16 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 18 Oct 2019 08:16:19 +0000 (10:16 +0200)
CMakeLists.txt
java/CMakeLists.txt
unix/xserver/hw/vnc/xvnc.c

index 7a9a7ce1bbf49a9fe85e87eab821207ec3efd9d9..86b472ff91228de2f4029393d9d7c981920eb4e2 100644 (file)
@@ -21,10 +21,10 @@ include(CheckCSourceRuns)
 include(CMakeMacroLibtoolFile)
 
 project(tigervnc)
-set(VERSION 1.9.80)
+set(VERSION 1.10.80)
 
 # The RC version must always be four comma-separated numbers
-set(RCVERSION 1,9,80,0)
+set(RCVERSION 1,10,80,0)
 
 # Installation paths
 set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
index da24dcfadc69a392b3a17698064124bce9816dbf..22ca2d16a0a323c1bd5e7e4b3bdcd31f531362a5 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.11)
 
 project(tigervnc-java Java)
 if(NOT VERSION)
-  set(VERSION 1.9.80)
+  set(VERSION 1.10.80)
 endif()
 
 find_package(Java)
index a42a6c1a727c5a608612de6dc5ace58fcaf44552..db545196d0ec85e591d97bb958df7ce172c8c600 100644 (file)
@@ -87,7 +87,7 @@ from the X Consortium.
 #include "version-config.h"
 #include "site.h"
 
-#define XVNCVERSION "TigerVNC 1.9.80"
+#define XVNCVERSION "TigerVNC 1.10.80"
 #define XVNCCOPYRIGHT ("Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\n" \
                        "See https://www.tigervnc.org for information on TigerVNC.\n")