aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-05-07 17:04:52 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-05-07 17:04:52 +0000
commit5758ff19922594e0b0e4f855655a2dd8009a8af9 (patch)
treecb75c793cd911023aae560d4861756634c8db0e6
parent16fc241e3c350d1671c3a94dba381f79074c4143 (diff)
downloadlibmicrohttpd-5758ff19922594e0b0e4f855655a2dd8009a8af9.tar.gz
libmicrohttpd-5758ff19922594e0b0e4f855655a2dd8009a8af9.zip
microhttpd.h: bump MHD_VERSION
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 7f5abbf0..a9aae2fe 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 0x00094101 133#define MHD_VERSION 0x00094102
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".