]> source.dussan.org Git - tigervnc.git/commitdiff
TigerVNC 1.14.1 1.14-branch v1.14.1
authorLinn Mattsson <linma@cendio.se>
Tue, 22 Oct 2024 13:45:27 +0000 (15:45 +0200)
committerLinn Mattsson <linma@cendio.se>
Tue, 22 Oct 2024 13:45:27 +0000 (15:45 +0200)
CMakeLists.txt
java/CMakeLists.txt
unix/xserver/hw/vnc/xvnc.c

index 468f4b54c79926b5b11632137f973c7a7fb338fb..b5db46f028a515b6617f99b3bef232745d325544 100644 (file)
@@ -20,7 +20,7 @@ include(CMakeMacroLibtoolFile)
 include(cmake/TargetLinkDirectories.cmake)
 
 project(tigervnc)
-set(VERSION 1.14.0)
+set(VERSION 1.14.1)
 
 # The RC version must always be four comma-separated numbers
 string(REPLACE . , RCVERSION "${VERSION}.0")
index 275bacfdbc1cbd6ed422bed718e2e1c9cc129a12..e3005fe23172fa438b19b02f22c369d0110aa705 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.0)
 
 project(tigervnc-java Java)
 if(NOT VERSION)
-  set(VERSION 1.14.0)
+  set(VERSION 1.14.1)
 endif()
 
 find_package(Java)
index 3439f5d94d2354ba49f0223e06d5cce7171a5a6d..8b0e2113d30f86a3c13d120908f49ccb63f91cb4 100644 (file)
@@ -73,7 +73,7 @@ extern char buildtime[];
 
 #include "version-config.h"
 
-#define XVNCVERSION "TigerVNC 1.14.0"
+#define XVNCVERSION "TigerVNC 1.14.1"
 #define XVNCCOPYRIGHT ("Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)\n" \
                        "See https://www.tigervnc.org for information on TigerVNC.\n")