diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2014-12-26 15:16:04 -0500 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2014-12-26 15:16:04 -0500 |
commit | ca220b57cee0df24f7356e64ed5842aee6f961ec (patch) | |
tree | 2b04a97c700d252ccbcfb3db81d379f9414959c8 /unix | |
parent | ca81df5d42749fdd05e20a788ca158f0b929c761 (diff) | |
download | tigervnc-1.4.1.tar.gz tigervnc-1.4.1.zip |
TigerVNC 1.4.1v1.4.1
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 1aa17ded..b04c1ddf 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -98,7 +98,7 @@ extern "C" { #define Xfree free #endif -#define XVNCVERSION "TigerVNC 1.4.0" +#define XVNCVERSION "TigerVNC 1.4.1" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)\n" \ "See http://www.tigervnc.org for information on TigerVNC.\n") |