diff options
author | runge <runge@karlrunge.com> | 2009-07-11 19:41:59 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-07-11 19:41:59 -0400 |
commit | 2c6bf9234edc30fd564a693a3bb954fd1ea50455 (patch) | |
tree | d92edb6a31064425c30a7a0895ac5df9681305c2 /prepare_x11vnc_dist.sh | |
parent | b6ee5f96190a234def49c39b86598b557475c960 (diff) | |
download | libtdevnc-2c6bf9234edc30fd564a693a3bb954fd1ea50455.tar.gz libtdevnc-2c6bf9234edc30fd564a693a3bb954fd1ea50455.zip |
Setup for x11vnc version 0.9.9
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 cb09d9e..fe0751e 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9.8" +VERSION="0.9.9" cd "$(dirname "$0")" |