From 932ca80b507c0030b53e5864471f746bc2d99dde Mon Sep 17 00:00:00 2001 From: Matthew McClaskey Date: Tue, 4 Apr 2023 18:15:53 +0000 Subject: [PATCH] update Xvnc version --- unix/xserver/hw/vnc/xvnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 89cf387..3e3f037 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -93,7 +93,7 @@ from the X Consortium. #include "version-config.h" #include "site.h" -#define XVNCVERSION "KasmVNC 0.9" +#define XVNCVERSION "KasmVNC 1.1.0" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)\n" \ "See http://kasmweb.com for information on KasmVNC.\n")