aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-29 11:28:37 +0100
committerGuido Günther <agx@sigxcpu.org>2009-01-29 11:30:56 +0100
commit706e7753b24c833c5214dbbfc1d70e380f6f4fdd (patch)
tree6a5732188670d655b104e524c77d14984e7ce870
parent3eb7c0c83f28aba30126a13b55faa5d88e84ec76 (diff)
bump version to 0.0.2v0.0.2
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 9ba384d..0e4562e 100755
--- a/index.cgi
+++ b/index.cgi
@@ -30,7 +30,7 @@ from genshi.template import TemplateLoader
import vcsbrowsers
from htmlchangelog import HTMLChangelog
-VERSION="0.0.1"
+VERSION="0.0.2"
XMLNS='http://www.w3.org/1999/xhtml'
PTS='http://packages.qa.debian.org'
PKGNAMERE="[a-zA-Z0-9.+\-]+$"