diff options
author | runge <runge> | 2005-07-13 18:38:15 +0000 |
---|---|---|
committer | runge <runge> | 2005-07-13 18:38:15 +0000 |
commit | 57d2ea65910a122d6011e205e20388518b9d68e5 (patch) | |
tree | 9c8aa7466af13f5c9631dd93cfd4a63696e6073d /prepare_x11vnc_dist.sh | |
parent | ec45cd952ba011036a0e5cc3b4c3cf10386cd12d (diff) | |
download | libtdevnc-57d2ea65910a122d6011e205e20388518b9d68e5.tar.gz libtdevnc-57d2ea65910a122d6011e205e20388518b9d68e5.zip |
x11vnc: setup for new release 0.7.3 while I remember how..
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 9af70cf..d88b123 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.7.2" +VERSION="0.7.3" cd "$(dirname "$0")" |