diff options
author | runge <runge@karlrunge.com> | 2009-12-24 18:00:59 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-12-24 18:00:59 -0500 |
commit | c96107783c89359781581cacc2fa46f8a979fc98 (patch) | |
tree | 60216b14e9d719a66a02f0e2b29eaa3598b75403 /x11vnc/x11vnc_defs.c | |
parent | 9659bc129f520b635b7056cf5d746a35003a6b80 (diff) | |
download | libtdevnc-c96107783c89359781581cacc2fa46f8a979fc98.tar.gz libtdevnc-c96107783c89359781581cacc2fa46f8a979fc98.zip |
x11vnc: prepare_x11vnc_dist.sh for 0.9.10. -xdummy_xvfb,
-svc_xdummy_xvfb and -create_x shorthand. lxde session.
Xdummy improvements and root no longer required.
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 351fea7..d2a0ae3 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -47,7 +47,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.9.9 lastmod: 2009-12-21"; +char lastmod[] = "0.9.10 lastmod: 2009-12-24"; /* X display info */ |