diff options
author | runge <runge> | 2006-07-15 16:21:24 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-15 16:21:24 +0000 |
commit | 6e2fa292297af38a12ab6a0bac1a2873b2fb289c (patch) | |
tree | aa4ee196574116ff8020f27e845b4746a4a63f9b /x11vnc/x11vnc_defs.c | |
parent | 6facce2c5c741f99624e9ad50fa37918a752570c (diff) | |
download | libtdevnc-6e2fa292.tar.gz libtdevnc-6e2fa292.zip |
update versions for next rel. add some more shortcuts to user:opts
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 9fb3249..6678864 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.2 lastmod: 2006-07-12"; +char lastmod[] = "0.8.3 lastmod: 2006-07-15"; /* X display info */ |