File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.12.90 )
23
+ set (VERSION 1.13.0 )
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.12.90 )
5
+ set (VERSION 1.13.0 )
6
6
endif ()
7
7
8
8
find_package (Java )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ extern char buildtime[];
70
70
#undef VENDOR_STRING
71
71
#include "version-config.h"
72
72
73
- #define XVNCVERSION "TigerVNC 1.12.90 "
73
+ #define XVNCVERSION "TigerVNC 1.13.0 "
74
74
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)\n" \
75
75
"See https://www.tigervnc.org for information on TigerVNC.\n")
76
76
You can’t perform that action at this time.
0 commit comments