diff options
author | runge <runge> | 2006-01-11 19:56:10 +0000 |
---|---|---|
committer | runge <runge> | 2006-01-11 19:56:10 +0000 |
commit | 9b3163c00bdb8d406b864f7a1282b5770d953425 (patch) | |
tree | 36e01c6883c99d01e3e6974a7b7a674ed0d94696 /prepare_x11vnc_dist.sh | |
parent | 57cf0cdab5480efebaf447d5675e51b0d311ceee (diff) | |
download | libtdevnc-9b3163c00bdb8d406b864f7a1282b5770d953425.tar.gz libtdevnc-9b3163c00bdb8d406b864f7a1282b5770d953425.zip |
logMutex needs to be initialized too; in rfbDefaultLog.
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 5efb75d..3cc3131 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.7.3" +VERSION="0.8" cd "$(dirname "$0")" |