]> source.dussan.org Git - tigervnc.git/commitdiff
Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch
authorDRC <dcommander@users.sourceforge.net>
Fri, 24 Jun 2011 20:05:06 +0000 (20:05 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 24 Jun 2011 20:05:06 +0000 (20:05 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4543 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt
java/src/com/tigervnc/vncviewer/README
java/src/com/tigervnc/vncviewer/VncViewer.java
unix/xserver/hw/vnc/xvnc.cc

index a5b5f728a7e7e28b29a6ed7f893e62881936cdf4..675c3dddc0e878b2ea34356fab933085199f0cd1 100644 (file)
@@ -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)
index c6949d590af4a94d23ad35b18773802cff62f6db..ee042fd9843c960b28a9725fa0ade20f48615980 100644 (file)
@@ -1,5 +1,5 @@
 
-  TigerVNC Java Viewer version 1.0.90
+  TigerVNC Java Viewer version 1.1.80
 
 ======================================================================
 
index 1547013d5d7680f40b95a9d325da5e6031bee590..384c5f2b59d7a3f17ad9386242e50734daf82ef8 100644 (file)
@@ -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]";
index 5d5b1ca490e2990a37f5a7fb80fb9ac41a6b036a..663d1716f1ef5fd9de29943dbd623935110b9d8c 100644 (file)
@@ -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" \