diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-03-22 07:13:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-03-22 07:13:14 +0000 |
commit | 6aaaffcbf90fb08d7b0d490f26abd6953eef2816 (patch) | |
tree | d173466f22e8cb1ca76387e1d90ec0908cbf18ab | |
parent | 0ac63fed85bf016556ee659c465aae52d845886c (diff) |
release
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/include/microhttpd.h | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -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 index d3bf47ec..4413681e 100644 --- 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 index 0d280c55..d5eee29f 100644 --- 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. |