diff options
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | prepare_x11vnc_dist.sh | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ config.status config.log LibVNCServer.spec.in LibVNCServer.spec +x11vnc.spec.in .deps aclocal.m4 autom4te.cache diff --git a/prepare_x11vnc_dist.sh b/prepare_x11vnc_dist.sh index 1e1086e..efa4573 100644 --- a/prepare_x11vnc_dist.sh +++ b/prepare_x11vnc_dist.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.6.1" +VERSION="0.6.2pre" cd "$(dirname "$0")" |