From: Fredrik Tolf Date: Wed, 9 Mar 2011 13:35:55 +0000 (+0100) Subject: Bumped version number. X-Git-Tag: py-0.2~1 X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=1d3a63cf9e3420674c97741c5d37724c2dfae0b3 Bumped version number. --- diff --git a/configure.in b/configure.in index d3d1e4f..009d985 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(src/htparser.c) -AM_INIT_AUTOMAKE([ashd], [0.7]) +AM_INIT_AUTOMAKE([ashd], [0.8]) AM_CONFIG_HEADER(config.h) AC_PROG_CC diff --git a/python/setup.py b/python/setup.py index 8fbf028..8564c8c 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.1", + version = "0.2", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",