diff options
author | runge <runge> | 2007-01-04 01:32:50 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-04 01:32:50 +0000 |
commit | 76a495aff1a1e923363a865bd5b9a0a95332374d (patch) | |
tree | 69b70910dbd5a3b9dab3ef183ac8b91007e070cb /x11vnc/x11vnc_defs.c | |
parent | c88d830f5591913f2e5e763814978e2877f367ec (diff) | |
download | libtdevnc-76a495aff1a1e923363a865bd5b9a0a95332374d.tar.gz libtdevnc-76a495aff1a1e923363a865bd5b9a0a95332374d.zip |
x11vnc: more -ncache improvements.
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 78ebe42..6600061 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: 2007-01-01"; +char lastmod[] = "0.8.4 lastmod: 2007-01-03"; /* X display info */ |