diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-07-19 07:59:29 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-07-19 07:59:29 +0000 |
commit | b99be60d5d4df406cefab8aa3c8f3b764bd1ba1a (patch) | |
tree | c405b0b5aca13f323d7eacf764bc74a434f4c6e4 | |
parent | ea6fccfdbf664d067c57bd131d9a8f6aae7f9838 (diff) | |
download | libmicrohttpd-b99be60d5d4df406cefab8aa3c8f3b764bd1ba1a.tar.gz libmicrohttpd-b99be60d5d4df406cefab8aa3c8f3b764bd1ba1a.zip |
-packaging 0.9.28
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/include/microhttpd.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | Fri Jul 19 09:57:27 CEST 2013 | ||
2 | Releasing libmicrohttpd 0.9.28. -CG | ||
3 | |||
1 | Sun Jul 14 19:57:56 CEST 2013 | 4 | Sun 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". |