diff options
author | Pierre Ossman <ossman@cendio.se> | 2020-09-08 14:16:08 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2020-09-08 14:16:08 +0200 |
commit | 540bfc3278e396321124d4b18a798ac2bc18b6ca (patch) | |
tree | dcef4142be78a4d757a43086ec477122fcd87eca /unix/xserver | |
parent | 20dea801e747318525a5859fe4f37c52b05310cb (diff) | |
download | tigervnc-1.11.0.tar.gz tigervnc-1.11.0.zip |
TigerVNC 1.11.0v1.11.01.11-branch
Diffstat (limited to 'unix/xserver')
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 5c7eb12d..fda6205f 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -82,7 +82,7 @@ from the X Consortium. #include "version-config.h" #include "site.h" -#define XVNCVERSION "TigerVNC 1.10.90" +#define XVNCVERSION "TigerVNC 1.11.0" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)\n" \ "See https://www.tigervnc.org for information on TigerVNC.\n") |