aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-19 07:59:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-19 07:59:29 +0000
commitb99be60d5d4df406cefab8aa3c8f3b764bd1ba1a (patch)
treec405b0b5aca13f323d7eacf764bc74a434f4c6e4
parentea6fccfdbf664d067c57bd131d9a8f6aae7f9838 (diff)
downloadlibmicrohttpd-b99be60d5d4df406cefab8aa3c8f3b764bd1ba1a.tar.gz
libmicrohttpd-b99be60d5d4df406cefab8aa3c8f3b764bd1ba1a.zip
-packaging 0.9.28
-rw-r--r--ChangeLog3
-rw-r--r--src/include/microhttpd.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32b1625a..e6e62091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Fri Jul 19 09:57:27 CEST 2013
2 Releasing libmicrohttpd 0.9.28. -CG
3
1Sun Jul 14 19:57:56 CEST 2013 4Sun Jul 14 19:57:56 CEST 2013
2 Removing 'shutdown' calls that happen just before close or 5 Removing 'shutdown' calls that happen just before close or
3 that are for read-only and for a client that has already 6 that are for read-only and for a client that has already
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 516faceb..f5397cc5 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00092103 109#define MHD_VERSION 0x00092104
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".