bumping version for release

This commit is contained in:
Christian Grothoff
2009-05-17 09:31:58 +00:00
parent 8f4deef998
commit 767fae2710
4 changed files with 9 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
Sun May 17 03:29:46 MDT 2009
Releasing libmicrohttpd 0.4.2. -CG
Fri May 15 11:00:20 MDT 2009
Grow reserved read buffer more aggressively so that we are not
needlessly stuck reading only a handfull of bytes in each iteration. -CG
+4 -4
View File
@@ -21,15 +21,15 @@
#
#
AC_PREREQ(2.57)
AC_INIT([libmicrohttpd], [0.4.1],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.1])
AC_INIT([libmicrohttpd], [0.4.2],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([libmicrohttpd], [0.4.2])
AM_CONFIG_HEADER([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
LIB_VERSION_CURRENT=5
LIB_VERSION_CURRENT=6
LIB_VERSION_REVISION=0
LIB_VERSION_AGE=0
LIB_VERSION_AGE=1
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
AC_SUBST(LIB_VERSION_AGE)
+1 -1
View File
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "GNU libmicrohttpd"
PROJECT_NUMBER = 0.4.1
PROJECT_NUMBER = 0.4.2
OUTPUT_DIRECTORY = doc/doxygen/
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
+1 -1
View File
@@ -81,7 +81,7 @@ extern "C"
/**
* Current version of the library.
*/
#define MHD_VERSION 0x00040003
#define MHD_VERSION 0x00040200
/**
* MHD-internal return codes.