aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-11 22:18:10 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-04-11 22:18:10 +0300
commit54def24e976e968c8f0328fb4f43a8dc4520d773 (patch)
treef453dbfb520cc34efb25684bc24be3e34da87fe8
parent7fcab91f25dc4b3a89bb6036f6d6f971832d1bd6 (diff)
downloadlibmicrohttpd-54def24e976e968c8f0328fb4f43a8dc4520d773.tar.gz
libmicrohttpd-54def24e976e968c8f0328fb4f43a8dc4520d773.zip
Releasing GNU libmicrohttpd 0.9.53v0.9.53
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac6
-rw-r--r--src/include/microhttpd.h2
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e21b31f5..77984c9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Tue Apr 11 22:17:00 MSK 2017
2 Releasing GNU libmicrohttpd 0.9.53. -EG
3
1Mon Apr 10 19:50:20 MSK 2017 4Mon Apr 10 19:50:20 MSK 2017
2 HTTPS tests: skip tests instead of failing if HTTPS is not supported by 5 HTTPS tests: skip tests instead of failing if HTTPS is not supported by
3 libcurl. 6 libcurl.
diff --git a/configure.ac b/configure.ac
index fabcde9f..431e08e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,14 +22,14 @@
22# 22#
23AC_PREREQ([2.64]) 23AC_PREREQ([2.64])
24LT_PREREQ([2.4.0]) 24LT_PREREQ([2.4.0])
25AC_INIT([GNU Libmicrohttpd],[0.9.52],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.53],[libmicrohttpd@gnu.org])
26AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 26AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
27AC_CONFIG_HEADERS([MHD_config.h]) 27AC_CONFIG_HEADERS([MHD_config.h])
28AC_CONFIG_MACRO_DIR([m4]) 28AC_CONFIG_MACRO_DIR([m4])
29 29
30LIB_VERSION_CURRENT=52 30LIB_VERSION_CURRENT=53
31LIB_VERSION_REVISION=0 31LIB_VERSION_REVISION=0
32LIB_VERSION_AGE=40 32LIB_VERSION_AGE=41
33AC_SUBST(LIB_VERSION_CURRENT) 33AC_SUBST(LIB_VERSION_CURRENT)
34AC_SUBST(LIB_VERSION_REVISION) 34AC_SUBST(LIB_VERSION_REVISION)
35AC_SUBST(LIB_VERSION_AGE) 35AC_SUBST(LIB_VERSION_AGE)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index e8015874..a09f7c3a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095213 129#define MHD_VERSION 0x00095300
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".