Commit 1b4af5c 1 parent cc3abdd commit 1b4af5c Copy full SHA for 1b4af5c
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ include(CMakeMacroLibtoolFile)
20
20
include (cmake/TargetLinkDirectories.cmake)
21
21
22
22
project (tigervnc)
23
- set (VERSION 1.14.0 )
23
+ set (VERSION 1.14.1 )
24
24
25
25
# The RC version must always be four comma-separated numbers
26
26
string (REPLACE . , RCVERSION "${VERSION} .0" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.0)
2
2
3
3
project (tigervnc-java Java)
4
4
if (NOT VERSION )
5
- set (VERSION 1.14.0 )
5
+ set (VERSION 1.14.1 )
6
6
endif ()
7
7
8
8
find_package (Java)
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ extern char buildtime[];
73
73
74
74
#include "version-config.h"
75
75
76
- #define XVNCVERSION "TigerVNC 1.14.0 "
76
+ #define XVNCVERSION "TigerVNC 1.14.1 "
77
77
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)\n" \
78
78
"See https://www.tigervnc.org for information on TigerVNC.\n")
79
79
You can’t perform that action at this time.
0 commit comments