diff options
author | runge <runge> | 2007-04-18 23:55:22 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-18 23:55:22 +0000 |
commit | 69a63b28833da1877046bf22e0b9b6f526526e57 (patch) | |
tree | 8fd39bdcbe8f265e440ecf809bf88f80858ff945 /x11vnc/x11vnc_defs.c | |
parent | 3ed5ca3e9243cb7dfa13303424bb92f8536cddc2 (diff) | |
download | libtdevnc-69a63b28833da1877046bf22e0b9b6f526526e57.tar.gz libtdevnc-69a63b28833da1877046bf22e0b9b6f526526e57.zip |
x11vnc: small changes for 0.9 release.
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 28266f9..98a2719 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.5 lastmod: 2007-04-06"; +char lastmod[] = "0.9 lastmod: 2007-04-18"; /* X display info */ |