Bumped version numbers.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 13 Dec 2011 18:19:47 +0000 (19:19 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 13 Dec 2011 18:19:47 +0000 (19:19 +0100)
configure.in
python/setup.py
python3/setup.py

index 64ec9e1..ece99db 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(src/htparser.c)
-AM_INIT_AUTOMAKE([ashd], [0.10])
+AM_INIT_AUTOMAKE([ashd], [0.11])
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
index cecda45..2409e19 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py",
-      version = "0.4",
+      version = "0.5",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",
index f8924eb..049f93a 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py3",
-      version = "0.4",
+      version = "0.5",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",