diff options
author | runge <runge> | 2007-05-16 21:29:43 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-16 21:29:43 +0000 |
commit | c49eee2cf625d8cfcefd23c6a33e6c9488570fcc (patch) | |
tree | 0f166781e7e0802179c17df9e1af772b6ce52b97 /x11vnc/x11vnc_defs.c | |
parent | 8b2bb6527496d227bb95cc02596712a012b9eb6f (diff) | |
download | libtdevnc-c49eee2cf625d8cfcefd23c6a33e6c9488570fcc.tar.gz libtdevnc-c49eee2cf625d8cfcefd23c6a33e6c9488570fcc.zip |
ssvnc: SOCKS support, PORT=, Verify all Certs and accepted certs logging. x11vnc SSL debugging output.
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
-rw-r--r-- | x11vnc/x11vnc_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 55a37cc..3dec3a8 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.1 lastmod: 2007-05-06"; +char lastmod[] = "0.9.1 lastmod: 2007-05-16"; /* X display info */ |