diff options
author | dscho <dscho> | 2004-06-07 18:03:42 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-06-07 18:03:42 +0000 |
commit | 81fcc1c942dbc04c3ddb4491bda7989d601d88e4 (patch) | |
tree | 847bfc049260506b5020d522a6ee0a1bcfe2b197 | |
parent | 35236477c452099c2ee6065ca4e53a73217d37af (diff) | |
download | libtdevnc-81fcc1c942dbc04c3ddb4491bda7989d601d88e4.tar.gz libtdevnc-81fcc1c942dbc04c3ddb4491bda7989d601d88e4.zip |
now that it is released, increment x11vnc's version
-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")" |