aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/include/microhttpd.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2555527e..792d194a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Wed Jun 03 21:23:47 CEST 2015
2 Add deprecation compiler messages for deprecated functions
3 and macros. -EG
4
1Fri May 29 12:23:01 CEST 2015 5Fri May 29 12:23:01 CEST 2015
2 Fixing digest authentication when used in combination 6 Fixing digest authentication when used in combination
3 with escaped characters in URLs. -CG/AW 7 with escaped characters in URLs. -CG/AW
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2dd6b9f2..4e22ee39 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00094201 133#define MHD_VERSION 0x00094202
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".