diff options
author | runge <runge> | 2007-05-26 23:22:48 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-26 23:22:48 +0000 |
commit | 7fffc5d3b41565d7ff43cf582c00cee1bdf76474 (patch) | |
tree | 4b54a24366182e80f7f44a9f7ecfc9019769750b /prepare_x11vnc_dist.sh | |
parent | cb227d4b693333389907efe91c4627badd4b5f20 (diff) | |
download | libtdevnc-7fffc5d3b41565d7ff43cf582c00cee1bdf76474.tar.gz libtdevnc-7fffc5d3b41565d7ff43cf582c00cee1bdf76474.zip |
x11vnc: in -unixpw, initial Escape means no echo username.
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 45f600a..3c83215 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9.1" +VERSION="0.9.2" cd "$(dirname "$0")" |