Bumped version number.
authorFredrik Tolf <fredrik@dolda2000.com>
Sun, 1 May 2011 20:15:21 +0000 (22:15 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 1 May 2011 20:15:21 +0000 (22:15 +0200)
configure.in
python/setup.py

index 009d985..2cc27a5 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(src/htparser.c)
-AM_INIT_AUTOMAKE([ashd], [0.8])
+AM_INIT_AUTOMAKE([ashd], [0.9])
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
index 19efdc0..cecda45 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py",
-      version = "0.3",
+      version = "0.4",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",