aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-04 13:06:18 +0000
committerChristian Grothoff <christian@grothoff.org>2015-12-04 13:06:18 +0000
commitc4448622ca947316434cc1e340a56aa411bc0ad4 (patch)
treed62f050fd41b74bf9a6a5dcd34aec72e3a6e1143 /src
parent90341c2782d502d44bbb4b7562d70437442d7b12 (diff)
downloadlibmicrohttpd-c4448622ca947316434cc1e340a56aa411bc0ad4.tar.gz
libmicrohttpd-c4448622ca947316434cc1e340a56aa411bc0ad4.zip
releasing 0.9.47
Diffstat (limited to 'src')
-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 975aac05..5ae59c54 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 0x00094605 133#define MHD_VERSION 0x00094700
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".