aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-27 16:48:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-27 16:48:34 +0000
commit671bae80782c5307054b56478066cd97fc879dd0 (patch)
tree46d01ae6d6a2581b00978c82c7ebad2b61515d77
parenta23e55f20b487f063c7639c2068ac733895c7c0e (diff)
downloadlibmicrohttpd-671bae80782c5307054b56478066cd97fc879dd0.tar.gz
libmicrohttpd-671bae80782c5307054b56478066cd97fc879dd0.zip
-missing release commit
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
-rw-r--r--src/include/microhttpd.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 252c09ba..c608b999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Tue Aug 27 18:39:08 CEST 2013
2 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not 2 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not
3 defined (as is the case on older glibc versions). -CG 3 defined (as is the case on older glibc versions). -CG
4 4
5Fri Aug 23 14:28:02 CEST 2013
6 Releasing libmicrohttpd 0.9.29. -CG
7
5Mon Aug 12 23:51:18 CEST 2013 8Mon Aug 12 23:51:18 CEST 2013
6 Updated manual, documenting W32 select/shutdown issue. -CG 9 Updated manual, documenting W32 select/shutdown issue. -CG
7 10
diff --git a/configure.ac b/configure.ac
index 4e7deaa0..b44084c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
21# 21#
22# 22#
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.9.28],[libmicrohttpd@gnu.org]) 24AC_INIT([libmicrohttpd], [0.9.29],[libmicrohttpd@gnu.org])
25AM_INIT_AUTOMAKE([silent-rules]) 25AM_INIT_AUTOMAKE([silent-rules])
26AC_CONFIG_HEADERS([MHD_config.h]) 26AC_CONFIG_HEADERS([MHD_config.h])
27AC_CONFIG_MACRO_DIR([m4]) 27AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 454f457f..e594e355 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -120,7 +120,7 @@ extern "C"
120/** 120/**
121 * Current version of the library. 121 * Current version of the library.
122 */ 122 */
123#define MHD_VERSION 0x00092106 123#define MHD_VERSION 0x00092200
124 124
125/** 125/**
126 * MHD-internal return code for "YES". 126 * MHD-internal return code for "YES".