commit 6aaaffcbf90fb08d7b0d490f26abd6953eef2816
parent 0ac63fed85bf016556ee659c465aae52d845886c
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 22 Mar 2008 07:13:14 +0000
release
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Sat Mar 22 01:12:38 MDT 2008
+ Releasing libmicrohttpd 0.2.2. -CG
+
Mon Feb 25 19:13:53 MST 2008
Fixed a problem with sockets closed for reading ending up
in the read set under certain circumstances. -CG
diff --git a/configure.ac b/configure.ac
@@ -21,8 +21,8 @@
#
#
AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.2.1],[libmicrohttpd@gnunet.org])
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.1])
+AC_INIT([libmicrohttpd], [0.2.2],[libmicrohttpd@gnunet.org])
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.2.2])
AM_CONFIG_HEADER([config.h])
AH_TOP([#define _GNU_SOURCE 1])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -84,7 +84,7 @@ extern "C"
/**
* Current version of the library.
*/
-#define MHD_VERSION 0x00020100
+#define MHD_VERSION 0x00020200
/**
* MHD-internal return codes.