commit 767fae27106543931366ec17035d2ea35d98e133
parent 8f4deef998dd41d7474436f70901618e64d0762f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 17 May 2009 09:31:58 +0000
bumping version for release
Diffstat:
4 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -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
diff --git a/configure.ac b/configure.ac
@@ -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)
diff --git a/doc/Doxyfile b/doc/Doxyfile
@@ -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
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -81,7 +81,7 @@ extern "C"
/**
* Current version of the library.
*/
-#define MHD_VERSION 0x00040003
+#define MHD_VERSION 0x00040200
/**
* MHD-internal return codes.