This commit is contained in:
Christian Grothoff
2008-03-22 07:13:14 +00:00
parent 0ac63fed85
commit 6aaaffcbf9
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -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
+2 -2
View File
@@ -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])
+1 -1
View File
@@ -84,7 +84,7 @@ extern "C"
/**
* Current version of the library.
*/
#define MHD_VERSION 0x00020100
#define MHD_VERSION 0x00020200
/**
* MHD-internal return codes.