From 49d0629dd87c0eb695d72dec7481e9169f55ae9e Mon Sep 17 00:00:00 2001 From: "Brian P. Hinz" Date: Sun, 1 Mar 2015 14:58:35 -0500 Subject: [PATCH] TigerVNC 1.4.3 --- CMakeLists.txt | 4 ++-- java/CMakeLists.txt | 2 +- unix/xserver/hw/vnc/xvnc.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7b7a45f..c9ae9189 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,10 +18,10 @@ include(CheckCSourceRuns) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.4.2) +set(VERSION 1.4.3) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,4,2,0) +set(RCVERSION 1,4,3,0) # Installation paths set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") diff --git a/java/CMakeLists.txt b/java/CMakeLists.txt index ae71bcaa..e6b61ed3 100644 --- a/java/CMakeLists.txt +++ b/java/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(tigervnc-java Java) if(NOT VERSION) - set(VERSION 1.4.2) + set(VERSION 1.4.3) endif() find_package(Java) diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index 05fb662f..2826e176 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -98,7 +98,7 @@ extern "C" { #define Xfree free #endif -#define XVNCVERSION "TigerVNC 1.4.2" +#define XVNCVERSION "TigerVNC 1.4.3" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)\n" \ "See http://www.tigervnc.org for information on TigerVNC.\n") -- 2.39.5