From: Brian P. Hinz Date: Sun, 1 Mar 2015 19:58:35 +0000 (-0500) Subject: TigerVNC 1.4.3 X-Git-Tag: v1.4.3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ac9622c9db3aab0e51651654e44f9bd536ccba4b;p=tigervnc.git TigerVNC 1.4.3 --- 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")