Skip to content

Commit

Permalink
TigerVNC 1.12.90 (1.13.0 beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Dec 15, 2022
1 parent d385ecc commit 89c6d6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include(CMakeMacroLibtoolFile)
include(cmake/TargetLinkDirectories.cmake)

project(tigervnc)
set(VERSION 1.12.80)
set(VERSION 1.12.90)

# The RC version must always be four comma-separated numbers
string(REPLACE . , RCVERSION "${VERSION}.0")
Expand Down
2 changes: 1 addition & 1 deletion java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.0)

project(tigervnc-java Java)
if(NOT VERSION)
set(VERSION 1.12.80)
set(VERSION 1.12.90)
endif()

find_package(Java)
Expand Down
2 changes: 1 addition & 1 deletion unix/xserver/hw/vnc/xvnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extern char buildtime[];
#undef VENDOR_STRING
#include "version-config.h"

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

Expand Down

0 comments on commit 89c6d6a

Please sign in to comment.