mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
releasing 0.9.26
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user