diff options
author | Pierre Ossman <ossman@cendio.se> | 2024-06-20 15:07:30 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2024-06-20 15:07:30 +0200 |
commit | 48408d185410113939a904d651962f6747e8902e (patch) | |
tree | d211c5476c3ad4d40eeaf6cb1ad7e4b6d4036e96 /unix/xserver/hw/vnc | |
parent | ae7deacb577e84f69c45c1f431f8d389c42b6028 (diff) | |
download | tigervnc-48408d185410113939a904d651962f6747e8902e.tar.gz tigervnc-48408d185410113939a904d651962f6747e8902e.zip |
Change development version to 1.14.80
Diffstat (limited to 'unix/xserver/hw/vnc')
-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 45da17fb..092b99b1 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -70,7 +70,7 @@ extern char buildtime[]; #include "version-config.h" -#define XVNCVERSION "TigerVNC 1.13.80" +#define XVNCVERSION "TigerVNC 1.14.80" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)\n" \ "See https://www.tigervnc.org for information on TigerVNC.\n") |