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 /prepare_x11vnc_dist.sh | |
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 'prepare_x11vnc_dist.sh')
-rw-r--r-- | prepare_x11vnc_dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index fe0751e..d244a39 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9.9" +VERSION="0.9.10" cd "$(dirname "$0")" |