Skip to content

Commit d9e89d9

Browse files
committed
TigerVNC 1.13.0
1 parent bcc18d7 commit d9e89d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.12.90)
23+
set(VERSION 1.13.0)
2424

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

java/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.12.90)
5+
set(VERSION 1.13.0)
66
endif()
77

88
find_package(Java)

unix/xserver/hw/vnc/xvnc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extern char buildtime[];
7070
#undef VENDOR_STRING
7171
#include "version-config.h"
7272

73-
#define XVNCVERSION "TigerVNC 1.12.90"
73+
#define XVNCVERSION "TigerVNC 1.13.0"
7474
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)\n" \
7575
"See https://www.tigervnc.org for information on TigerVNC.\n")
7676

0 commit comments

Comments
 (0)