From: Linn Mattsson Date: Tue, 22 Oct 2024 13:45:27 +0000 (+0200) Subject: TigerVNC 1.14.1 X-Git-Tag: v1.14.1^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1b4af5c586eb7a30a38c82fd088c1fa47a83e72f;p=tigervnc.git TigerVNC 1.14.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 468f4b54..b5db46f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt index 275bacfd..e3005fe2 100644 --- a/java/CMakeLists.txt +++ b/java/CMakeLists.txt @@ -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) diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 3439f5d9..8b0e2113 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -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")