diff options
author | runge <runge> | 2006-02-20 19:19:30 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-20 19:19:30 +0000 |
commit | 603b5667b64aa5aaea0aa7e575fb4cb2c2b6d7c7 (patch) | |
tree | 582b98055d3f8edf42fff571a3443ff0dfaa1256 /x11vnc/x11vnc_defs.c | |
parent | 4b8cc33e39e1d2f4eb459312659eff873a41e4db (diff) | |
download | libtdevnc-603b5667b64aa5aaea0aa7e575fb4cb2c2b6d7c7.tar.gz libtdevnc-603b5667b64aa5aaea0aa7e575fb4cb2c2b6d7c7.zip |
fix some non-gcc compiler warnings and signals in x11vnc
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 a73b8e0..6fcc96e 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 lastmod: 2006-02-06"; +char lastmod[] = "0.8.1 lastmod: 2006-02-20"; /* X display info */ |