From: Fredrik Tolf Date: Sun, 1 May 2011 20:15:21 +0000 (+0200) Subject: Bumped version number. X-Git-Tag: 0.9~9 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=1b7621b22cf65c0f2a63e45b43629ddca013a82e Bumped version number. --- diff --git a/configure.in b/configure.in index 009d985..2cc27a5 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/python/setup.py b/python/setup.py index 19efdc0..cecda45 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.3", + version = "0.4", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",