diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2015-03-01 14:58:35 -0500 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2015-03-01 14:58:35 -0500 |
commit | 49d0629dd87c0eb695d72dec7481e9169f55ae9e (patch) | |
tree | c53338dd495143f99a2e00bd81e631fa8d5080b2 /unix | |
parent | fec3eb47d472d16b7c8fdd359047f075b2955330 (diff) | |
download | tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e.tar.gz tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e.zip |
TigerVNC 1.4.3v1.4.31.4-branch
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 05fb662f..2826e176 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.2" +#define XVNCVERSION "TigerVNC 1.4.3" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)\n" \ "See http://www.tigervnc.org for information on TigerVNC.\n") |