summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-08-31 17:56:14 +0200
committerGuido Günther <agx@sigxcpu.org>2009-08-31 17:56:14 +0200
commitd2533637e3d98f50d0c85a83df7f227abd0ecb2e (patch)
tree9e8d98c8d4edf215bc08860fccfb930a57a3bb70
parent5c90e5f2c85c028ad1e04b8621ed96d9b5d1c796 (diff)
bump versionv0.0.3
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index a6de819..5c8339d 100755
--- a/index.cgi
+++ b/index.cgi
@@ -29,7 +29,7 @@ from genshi.template import TemplateLoader
import vcsbrowsers
from htmlchangelog import HTMLChangelog
-VERSION="0.0.2"
+VERSION="0.0.3"
XMLNS='http://www.w3.org/1999/xhtml'
PTS='http://packages.qa.debian.org'
PKGNAMERE="[a-zA-Z0-9.+\-]+$"