diff options
author | Adam Tkac <atkac@redhat.com> | 2009-12-21 15:02:35 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-12-21 15:02:35 +0000 |
commit | b514bc7b802f48272e089e64c97a9cd76c34db71 (patch) | |
tree | 780f4ca3bff96b29ca48c833a57c154b568fbed1 /unix/xserver/hw/vnc/xvnc.cc | |
parent | 9e926ebe56deb2a0770c71353518b5ecc6d5f8d9 (diff) | |
download | tigervnc-b514bc7b802f48272e089e64c97a9cd76c34db71.tar.gz tigervnc-b514bc7b802f48272e089e64c97a9cd76c34db71.zip |
[Development] Bump version numbers to 1.0.90.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3929 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/xvnc.cc')
-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 f21cf21c..36d1e6bd 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -91,7 +91,7 @@ extern "C" { #undef public } -#define XVNCVERSION "TigerVNC 0.0.91" +#define XVNCVERSION "TigerVNC 1.0.90" #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" \ |