]> www.dolda2000.com Git - ashd.git/commitdiff
Bumped version numbers.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 13 Dec 2011 18:19:47 +0000 (19:19 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 13 Dec 2011 18:19:47 +0000 (19:19 +0100)
configure.in
python/setup.py
python3/setup.py

index 64ec9e1b38644c0755bf550938c3351e9d3d1a5f..ece99dbac74bfc708ea6d367f2c3be5b70998b8e 100644 (file)
@@ -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
index cecda452961a3061d8dd0c778be45c8feacfb023..2409e192db9c1366eb16f3ffc28b35b95e7d10be 100755 (executable)
@@ -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",
index f8924eb3934a88e28696fa1f2dc818433fcc8a91..049f93a0763232034ac4f6620d4b2beaf1b84ad2 100755 (executable)
@@ -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",