diff options
author | runge <runge> | 2006-08-02 16:18:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-08-02 16:18:23 +0000 |
commit | 268359a66e684d738e1526df2d38a83fa6781092 (patch) | |
tree | 9bbe5c69bf5f5ad61b62b796714b1824977b65ad /x11vnc/x11vnc_defs.c | |
parent | 34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e (diff) | |
download | libvncserver-268359a66e684d738e1526df2d38a83fa6781092.zip libvncserver-268359a66e684d738e1526df2d38a83fa6781092.tar.gz |
x11vnc: tweaks to ssl_xfer; -ssltimeout option.
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 fffc53b..6398d25 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-30"; +char lastmod[] = "0.8.3 lastmod: 2006-08-02"; /* X display info */ |