Skip to content

Commit 1b4af5c

Browse files
committed
TigerVNC 1.14.1
1 parent cc3abdd commit 1b4af5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include(CMakeMacroLibtoolFile)
2020
include(cmake/TargetLinkDirectories.cmake)
2121

2222
project(tigervnc)
23-
set(VERSION 1.14.0)
23+
set(VERSION 1.14.1)
2424

2525
# The RC version must always be four comma-separated numbers
2626
string(REPLACE . , RCVERSION "${VERSION}.0")

java/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.0)
22

33
project(tigervnc-java Java)
44
if(NOT VERSION)
5-
set(VERSION 1.14.0)
5+
set(VERSION 1.14.1)
66
endif()
77

88
find_package(Java)

unix/xserver/hw/vnc/xvnc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern char buildtime[];
7373

7474
#include "version-config.h"
7575

76-
#define XVNCVERSION "TigerVNC 1.14.0"
76+
#define XVNCVERSION "TigerVNC 1.14.1"
7777
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)\n" \
7878
"See https://www.tigervnc.org for information on TigerVNC.\n")
7979

0 commit comments

Comments
 (0)