From 1b7621b22cf65c0f2a63e45b43629ddca013a82e Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 1 May 2011 22:15:21 +0200 Subject: [PATCH] Bumped version number. --- configure.in | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.11.0