diff options
author | runge <runge> | 2006-11-24 02:04:33 +0000 |
---|---|---|
committer | runge <runge> | 2006-11-24 02:04:33 +0000 |
commit | 726cedb871a70aa6307df74e769605ee89bd52d0 (patch) | |
tree | c8845a8a6278ce0ca3fa2dffe666a82fe531c062 /x11vnc/x11vnc_defs.c | |
parent | 43f38781696ec935ca4978c2ca9051f4764bdda0 (diff) | |
download | libtdevnc-726cedb871a70aa6307df74e769605ee89bd52d0.tar.gz libtdevnc-726cedb871a70aa6307df74e769605ee89bd52d0.zip |
install ss_vncviewer 755, -prog option, HTTPONCE new socket for -inetd.
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 da822ee..32f02c8 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.4 lastmod: 2006-11-21"; +char lastmod[] = "0.8.4 lastmod: 2006-11-23"; /* X display info */ |