Sfoglia il codice sorgente

Bump version to 1.2.0


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_2@4862 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.2.0
DRC 12 anni fa
parent
commit
f2d1a3a090
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2
    2
      CMakeLists.txt
  2. 1
    1
      java/CMakeLists.txt
  3. 1
    1
      unix/xserver/hw/vnc/xvnc.cc

+ 2
- 2
CMakeLists.txt Vedi File

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

project(tigervnc)
set(VERSION 1.1.91)
set(VERSION 1.2.0)

# The RC version must always be four comma-separated numbers
set(RCVERSION 1,1,91,0)
set(RCVERSION 1,2,0,0)

# Compatibility variables for the migration from autotools
add_definitions(-DPACKAGE_NAME="${CMAKE_PROJECT_NAME}")

+ 1
- 1
java/CMakeLists.txt Vedi File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

project(tigervnc-java Java)
set(VERSION 1.1.91)
set(VERSION 1.2.0)

find_package(Java)


+ 1
- 1
unix/xserver/hw/vnc/xvnc.cc Vedi File

@@ -96,7 +96,7 @@ extern "C" {
#define Xfree free
#endif

#define XVNCVERSION "TigerVNC 1.1.91"
#define XVNCVERSION "TigerVNC 1.2.0"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")


Loading…
Annulla
Salva