diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-12-23 14:13:04 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-12-23 14:13:04 +0000 |
commit | a2f5f1a662633021ce53c480d52e50ef5b2da861 (patch) | |
tree | a4339f03ed32db0397c373af928cdb45e1752785 /unix | |
parent | 4548f3010fd74e0442eb84571fcb44573232730f (diff) | |
download | tigervnc-a2f5f1a662633021ce53c480d52e50ef5b2da861.tar.gz tigervnc-a2f5f1a662633021ce53c480d52e50ef5b2da861.zip |
1.1.90 (1.2 beta1)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4826 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-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 41384a45..97bfe01c 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.1.80" +#define XVNCVERSION "TigerVNC 1.1.90" #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") |