Skip to content

Commit

Permalink
TigerVNC 1.14.90 (1.15.0 beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jan 14, 2025
1 parent 9881fe0 commit 1ec3bab
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 @@ -21,7 +21,7 @@ include(CMakeMacroLibtoolFile)
include(cmake/TargetLinkDirectories.cmake)

project(tigervnc)
set(VERSION 1.14.80)
set(VERSION 1.14.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.14.80)
set(VERSION 1.14.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 @@ -73,7 +73,7 @@ extern char buildtime[];

#include "version-config.h"

#define XVNCVERSION "TigerVNC 1.14.80"
#define XVNCVERSION "TigerVNC 1.14.90"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2025 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 1ec3bab

Please sign in to comment.