From 81fcc1c942dbc04c3ddb4491bda7989d601d88e4 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 7 Jun 2004 18:03:42 +0000 Subject: [PATCH] now that it is released, increment x11vnc's version --- .cvsignore | 1 + prepare_x11vnc_dist.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 4ca7e62..b298b2e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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")"