From 1d3a63cf9e3420674c97741c5d37724c2dfae0b3 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 9 Mar 2011 14:35:55 +0100 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 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", -- 2.11.0