diff options
-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 f953d3d..b8fc4e4 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.8.5" +VERSION="0.9" cd "$(dirname "$0")" |