diff options
author | runge <runge> | 2009-02-26 02:28:28 +0000 |
---|---|---|
committer | runge <runge> | 2009-02-26 02:28:28 +0000 |
commit | 453166ecdc6cf679df953f59bd34d873d39427ee (patch) | |
tree | 75127b482a189828abd8779930c229f7d494a714 /x11vnc/x11vnc_defs.c | |
parent | 81cda63cb49d66da1881c577e41364ea84b73ff9 (diff) | |
download | libtdevnc-453166ecdc6cf679df953f59bd34d873d39427ee.tar.gz libtdevnc-453166ecdc6cf679df953f59bd34d873d39427ee.zip |
x11vnc: fix some -QD cases for use in tkx11vnc.
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 a8dd3a8..2f7fd66 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.7 lastmod: 2009-02-21"; +char lastmod[] = "0.9.7 lastmod: 2009-02-25"; /* X display info */ |