aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-13 12:34:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-13 12:34:54 +0000
commit7e0cf71faeee6d64d584ec293962f944b08f075d (patch)
tree8a5dad734bfdb184b63e0f6052532412ec251a37
parentfd9430bbef16ad6f1148c3a08e0a69cb85e56d2b (diff)
downloadlibmicrohttpd-7e0cf71faeee6d64d584ec293962f944b08f075d.tar.gz
libmicrohttpd-7e0cf71faeee6d64d584ec293962f944b08f075d.zip
old release diff
-rw-r--r--configure.ac4
-rw-r--r--src/include/microhttpd.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 419856ff..1e34e4a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,8 @@
21# 21#
22# 22#
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.9.15],[libmicrohttpd@gnu.org]) 24AC_INIT([libmicrohttpd], [0.9.16],[libmicrohttpd@gnu.org])
25AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.15]) 25AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.16])
26AM_CONFIG_HEADER([MHD_config.h]) 26AM_CONFIG_HEADER([MHD_config.h])
27AC_CONFIG_MACRO_DIR([m4]) 27AC_CONFIG_MACRO_DIR([m4])
28AH_TOP([#define _GNU_SOURCE 1]) 28AH_TOP([#define _GNU_SOURCE 1])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 33b3d033..8744de62 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00090F01 109#define MHD_VERSION 0x00091000
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".