Browse Source

TigerVNC 1.12.0

tags/v1.12.0^0
Pierre Ossman 2 years ago
parent
commit
f1f65c5904
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      CMakeLists.txt
  2. 1
    1
      java/CMakeLists.txt
  3. 1
    1
      unix/xserver/hw/vnc/xvnc.c

+ 2
- 2
CMakeLists.txt View File

@@ -24,10 +24,10 @@ include(CheckCSourceRuns)
include(CMakeMacroLibtoolFile)

project(tigervnc)
set(VERSION 1.11.90)
set(VERSION 1.12.0)

# The RC version must always be four comma-separated numbers
set(RCVERSION 1,11,90,0)
set(RCVERSION 1,12,0,0)

# Installation paths
include(GNUInstallDirs)

+ 1
- 1
java/CMakeLists.txt View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.11)

project(tigervnc-java Java)
if(NOT VERSION)
set(VERSION 1.11.90)
set(VERSION 1.12.0)
endif()

find_package(Java)

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

@@ -71,7 +71,7 @@ extern char buildtime[];
#include "version-config.h"
#include "site.h"

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


Loading…
Cancel
Save