releasing 0.9.26

This commit is contained in:
Christian Grothoff
2013-03-29 16:23:40 +00:00
parent a80338c192
commit 99ce9f42e1
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
Fri Mar 29 16:44:29 CET 2013
Renaming testcases to consistenly begin with test_;
Changing build system to build examples in doc/.
Releasing libmicrohttpd 0.9.26. -CG
Thu Mar 7 10:13:08 CET 2013
Fix bug in postprocessor URL parser (#2818). -jgresula
+3 -2
View File
@@ -21,14 +21,14 @@
#
#
AC_PREREQ(2.57)
AC_INIT([libmicrohttpd], [0.9.25],[libmicrohttpd@gnu.org])
AC_INIT([libmicrohttpd], [0.9.26],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([silent-rules])
AM_CONFIG_HEADER([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
LIB_VERSION_CURRENT=26
LIB_VERSION_REVISION=3
LIB_VERSION_REVISION=4
LIB_VERSION_AGE=16
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
@@ -436,6 +436,7 @@ libmicrohttpd.pc
Makefile
contrib/Makefile
doc/Makefile
doc/examples/Makefile
m4/Makefile
src/Makefile
src/include/Makefile