diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-08-10 13:52:54 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-08-10 13:52:54 +0000 |
commit | 5957e145cb61771125803b4e6a4585c07be1aa46 (patch) | |
tree | 45eb67f10d66f7fafd3215e9480e7c8bd99c192f | |
parent | 40b07cc6451ce9b0c36f353385b777c4ebfcb138 (diff) |
Updated ChangeLog, bump build version
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/include/microhttpd.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Wed Aug 10 16:42:57 MSK 2016 + Moved threads, locks and mutex abstraction to separate files, + some minor errors fixed, added support for thread name functions + on various platforms, added configure flag for disable thread + naming. -EG + Sat Jul 23 20:45:51 CEST 2016 Added macro detection of speed/size compiler optimization. Added different implementation of functions in mhd_str.c for diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 39a0703e..4e30a40d 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -131,7 +131,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00095003 +#define MHD_VERSION 0x00095004 /** * MHD-internal return code for "YES". |