diff options
author | runge <runge> | 2008-02-18 14:44:02 +0000 |
---|---|---|
committer | runge <runge> | 2008-02-18 14:44:02 +0000 |
commit | 87a9254958acb83cf2273d05f8d4fb346ee91a63 (patch) | |
tree | 4b3856cf3fb38bb1dcb3bfebea3cea671cd14ae5 /x11vnc/x11vnc_defs.c | |
parent | 0c8d392ed51076f81bffe66108d41ecb28f78443 (diff) | |
download | libtdevnc-87a9254958acb83cf2273d05f8d4fb346ee91a63.tar.gz libtdevnc-87a9254958acb83cf2273d05f8d4fb346ee91a63.zip |
changes for 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 86e5169..e5f0eca 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.9.4 lastmod: 2008-02-02"; +char lastmod[] = "0.9.4 lastmod: 2008-02-17"; /* X display info */ |