From: DRC Date: Fri, 24 Jun 2011 20:05:06 +0000 (+0000) Subject: Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch X-Git-Tag: v1.1.90~245 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=de30d95377d4f9d0a55d29475a862ba8611ff46b;p=tigervnc.git Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4543 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a5b5f728..675c3ddd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,10 +17,10 @@ include(CheckCXXSourceCompiles) include(CMakeMacroLibtoolFile) project(tigervnc) -set(VERSION 1.0.90) +set(VERSION 1.1.80) # The RC version must always be four comma-separated numbers -set(RCVERSION 1,0,90,0) +set(RCVERSION 1,1,80,0) # Manual toggle until we can deprecate the old viewers option(BUILD_NEW_VNCVIEWER "Build the new FLTK based vncviewer instead of the old ones" ON) diff --git a/java/src/com/tigervnc/vncviewer/README b/java/src/com/tigervnc/vncviewer/README index c6949d59..ee042fd9 100644 --- a/java/src/com/tigervnc/vncviewer/README +++ b/java/src/com/tigervnc/vncviewer/README @@ -1,5 +1,5 @@ - TigerVNC Java Viewer version 1.0.90 + TigerVNC Java Viewer version 1.1.80 ====================================================================== diff --git a/java/src/com/tigervnc/vncviewer/VncViewer.java b/java/src/com/tigervnc/vncviewer/VncViewer.java index 1547013d..384c5f2b 100644 --- a/java/src/com/tigervnc/vncviewer/VncViewer.java +++ b/java/src/com/tigervnc/vncviewer/VncViewer.java @@ -42,7 +42,7 @@ import com.tigervnc.rfb.Exception; public class VncViewer extends java.applet.Applet implements Runnable { - public static final String version = "1.0.90"; + public static final String version = "1.1.80"; public static final String about1 = "TigerVNC Viewer for Java "+version; public static final String about2 = "Copyright (C) 1998-2010 "+ "[many holders]"; diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index 5d5b1ca4..663d1716 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -96,7 +96,7 @@ extern "C" { #define Xfree free #endif -#define XVNCVERSION "TigerVNC 1.0.90" +#define XVNCVERSION "TigerVNC 1.1.80" #define XVNCCOPYRIGHT ("Copyright (C) 2002-2005 RealVNC Ltd.\n" \ "Copyright (C) 2000-2006 Constantin Kaplinsky\n" \ "Copyright (C) 2004-2009 Peter Astrand for Cendio AB\n" \