diff options
author | runge <runge> | 2007-05-19 03:17:58 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-19 03:17:58 +0000 |
commit | e9353e8d2919a6f2947602cb3c42317d82fb26d8 (patch) | |
tree | 11be3eda448693ce3fc472d99026f4a39520b5f3 /x11vnc/x11vnc_defs.c | |
parent | 13ad9f494048fbcc983f580caaec0119153f29c8 (diff) | |
download | libtdevnc-e9353e8d2919a6f2947602cb3c42317d82fb26d8.tar.gz libtdevnc-e9353e8d2919a6f2947602cb3c42317d82fb26d8.zip |
More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in .x11vncrc case.
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 3dec3a8..2642ca0 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.1 lastmod: 2007-05-16"; +char lastmod[] = "0.9.1 lastmod: 2007-05-18"; /* X display info */ |