diff options
author | runge <runge> | 2007-04-19 03:46:35 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-19 03:46:35 +0000 |
commit | 2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3 (patch) | |
tree | 183909d81976af318eb9e8122e80409f6c4d8cf0 /prepare_x11vnc_dist.sh | |
parent | 65f77eb0a298f73fcd76c03f76920923315ea03a (diff) | |
download | libtdevnc-2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3.tar.gz libtdevnc-2d0b184f8b99b5f60a8c4f94bfc42ebf96dbc9b3.zip |
x11vnc: set to next release (0.9.1)
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 b8fc4e4..9090099 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9" +VERSION="0.9.1" cd "$(dirname "$0")" |