diff options
author | runge <runge> | 2006-07-31 03:36:21 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-31 03:36:21 +0000 |
commit | 34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e (patch) | |
tree | c9fa0063dd8a056b00e2b4352bbbfc7a0e36d0e9 /x11vnc/x11vnc_defs.c | |
parent | a8692ae08ecca083f2653db690473fb24b4bf0a4 (diff) | |
download | libtdevnc-34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e.tar.gz libtdevnc-34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e.zip |
x11vnc: more features to ssl_vncviewer for enhanced tightvnc viewer project
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 b45e17e..fffc53b 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.8.3 lastmod: 2006-07-28"; +char lastmod[] = "0.8.3 lastmod: 2006-07-30"; /* X display info */ |