commit 2515991a1761b673f7d2a6553af116bf23eff841
parent b1a8e8d00c9abe9cffe29de581bd60d8c2a8f086
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 3 Dec 2015 18:31:29 +0000
Updated ChangeLog and bumped MHD_VERSION
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 3 18:21:44 CET 2015
+ Reworked VS project files. Used x64 build tools by
+ default, many optimizations, fixes.
+ Added project files for VS 2015. -EG
+
Tue Dec 1 14:05:13 CET 2015
SPDY is dead, killing experimental libmicrospdy. -CG
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
* Current version of the library.
* 0x01093001 = 1.9.30-1.
*/
-#define MHD_VERSION 0x00094604
+#define MHD_VERSION 0x00094605
/**
* MHD-internal return code for "YES".