aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-08 23:11:13 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-08 23:11:13 +0100
commit517c4a81c7c9c778ce4785a560148f7848e033f8 (patch)
treecd48f32ac005bfeb8817b8a1e8fb7cb442ceba92
parent2897bd23e57cf016a713876e551cd20b8a28427d (diff)
downloadlibmicrohttpd-517c4a81c7c9c778ce4785a560148f7848e033f8.tar.gz
libmicrohttpd-517c4a81c7c9c778ce4785a560148f7848e033f8.zip
releasing libmicrohttpd 0.9.62v0.9.62
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac6
-rw-r--r--src/include/microhttpd.h2
3 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c482a6a2..64af1b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
1Sat Dec 8 22:53:56 CET 2018 1Sat Dec 8 22:53:56 CET 2018
2 Added test for RFC 7616 and documented new API. -CG 2 Added test for RFC 7616 and documented new API.
3 Releasing libmicrohttpd 0.9.62. -CG
3 4
4Sat Dec 8 17:34:58 CET 2018 5Sat Dec 8 17:34:58 CET 2018
5 Adding support for RFC 7616, experimental, needs 6 Adding support for RFC 7616, experimental, needs
diff --git a/configure.ac b/configure.ac
index d2d2bfb7..0f7f7bbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
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.61],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.62],[libmicrohttpd@gnu.org])
26AC_CONFIG_AUX_DIR([build-aux]) 26AC_CONFIG_AUX_DIR([build-aux])
27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
28AC_CONFIG_HEADERS([MHD_config.h]) 28AC_CONFIG_HEADERS([MHD_config.h])
29AC_CONFIG_MACRO_DIR([m4]) 29AC_CONFIG_MACRO_DIR([m4])
30 30
31LIB_VERSION_CURRENT=60 31LIB_VERSION_CURRENT=61
32LIB_VERSION_REVISION=0 32LIB_VERSION_REVISION=0
33LIB_VERSION_AGE=48 33LIB_VERSION_AGE=49
34AC_SUBST(LIB_VERSION_CURRENT) 34AC_SUBST(LIB_VERSION_CURRENT)
35AC_SUBST(LIB_VERSION_REVISION) 35AC_SUBST(LIB_VERSION_REVISION)
36AC_SUBST(LIB_VERSION_AGE) 36AC_SUBST(LIB_VERSION_AGE)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2362d2bc..e6643f5c 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 0x00096101 129#define MHD_VERSION 0x00096200
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".