From: Fredrik Tolf Date: Tue, 13 Dec 2011 18:19:47 +0000 (+0100) Subject: Bumped version numbers. X-Git-Tag: 0.11~39 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=cd71c7f3b692849c5a1134310040dcdd8b87bbf8 Bumped version numbers. --- diff --git a/configure.in b/configure.in index 64ec9e1..ece99db 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/python/setup.py b/python/setup.py index cecda45..2409e19 100755 --- a/python/setup.py +++ b/python/setup.py @@ -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", diff --git a/python3/setup.py b/python3/setup.py index f8924eb..049f93a 100755 --- a/python3/setup.py +++ b/python3/setup.py @@ -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",