From cd71c7f3b692849c5a1134310040dcdd8b87bbf8 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 13 Dec 2011 19:19:47 +0100 Subject: [PATCH] Bumped version numbers. --- configure.in | 2 +- python/setup.py | 2 +- python3/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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", -- 2.11.0