Skip to content

Commit 155e59e

Browse files
committed
TigerVNC 1.9.90 (1.10.0 beta)
1 parent 0c7fe41 commit 155e59e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ include(CheckCSourceRuns)
2121
include(CMakeMacroLibtoolFile)
2222

2323
project(tigervnc)
24-
set(VERSION 1.9.80)
24+
set(VERSION 1.9.90)
2525

2626
# The RC version must always be four comma-separated numbers
27-
set(RCVERSION 1,9,80,0)
27+
set(RCVERSION 1,9,90,0)
2828

2929
# Installation paths
3030
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")

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 2.8.11)
22

33
project(tigervnc-java Java)
44
if(NOT VERSION)
5-
set(VERSION 1.9.80)
5+
set(VERSION 1.9.90)
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
@@ -87,7 +87,7 @@ from the X Consortium.
8787
#include "version-config.h"
8888
#include "site.h"
8989

90-
#define XVNCVERSION "TigerVNC 1.9.80"
90+
#define XVNCVERSION "TigerVNC 1.9.90"
9191
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)\n" \
9292
"See https://www.tigervnc.org for information on TigerVNC.\n")
9393

0 commit comments

Comments
 (0)