Skip to content

Commit aefb689

Browse files
committed
TigerVNC 1.11.90 (1.12.0 beta)
1 parent 49a9a3d commit aefb689

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ include(CheckCSourceRuns)
2424
include(CMakeMacroLibtoolFile)
2525

2626
project(tigervnc)
27-
set(VERSION 1.11.80)
27+
set(VERSION 1.11.90)
2828

2929
# The RC version must always be four comma-separated numbers
30-
set(RCVERSION 1,11,80,0)
30+
set(RCVERSION 1,11,90,0)
3131

3232
# Installation paths
3333
include(GNUInstallDirs)

java/CMakeLists.txt

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

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

88
find_package(Java)

unix/xserver/hw/vnc/xvnc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extern char buildtime[];
7171
#include "version-config.h"
7272
#include "site.h"
7373

74-
#define XVNCVERSION "TigerVNC 1.11.80"
74+
#define XVNCVERSION "TigerVNC 1.11.90"
7575
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)\n" \
7676
"See https://www.tigervnc.org for information on TigerVNC.\n")
7777

0 commit comments

Comments
 (0)