Browse Source

Change development version to 1.13.80

pull/1517/head
Pierre Ossman 1 year ago
parent
commit
afeeaa667a
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      CMakeLists.txt
  2. 1
    1
      java/CMakeLists.txt
  3. 1
    1
      unix/xserver/hw/vnc/xvnc.c

+ 1
- 1
CMakeLists.txt View File

@@ -20,7 +20,7 @@ include(CMakeMacroLibtoolFile)
include(cmake/TargetLinkDirectories.cmake)

project(tigervnc)
set(VERSION 1.12.80)
set(VERSION 1.13.80)

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

+ 1
- 1
java/CMakeLists.txt View File

@@ -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.13.80)
endif()

find_package(Java)

+ 1
- 1
unix/xserver/hw/vnc/xvnc.c View File

@@ -70,7 +70,7 @@ extern char buildtime[];
#undef VENDOR_STRING
#include "version-config.h"

#define XVNCVERSION "TigerVNC 1.12.80"
#define XVNCVERSION "TigerVNC 1.13.80"
#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")


Loading…
Cancel
Save