diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-06-24 20:05:06 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-06-24 20:05:06 +0000 |
commit | de30d95377d4f9d0a55d29475a862ba8611ff46b (patch) | |
tree | e0369e0cd7b6e1f629742769b406e77884451723 /unix/xserver | |
parent | 887e9ebf3c57a2646e23fb07db65b90751cea30b (diff) | |
download | tigervnc-de30d95377d4f9d0a55d29475a862ba8611ff46b.tar.gz tigervnc-de30d95377d4f9d0a55d29475a862ba8611ff46b.zip |
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
Diffstat (limited to 'unix/xserver')
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |