diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-27 16:48:34 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-27 16:48:34 +0000 |
commit | 671bae80782c5307054b56478066cd97fc879dd0 (patch) | |
tree | 46d01ae6d6a2581b00978c82c7ebad2b61515d77 | |
parent | a23e55f20b487f063c7639c2068ac733895c7c0e (diff) | |
download | libmicrohttpd-671bae80782c5307054b56478066cd97fc879dd0.tar.gz libmicrohttpd-671bae80782c5307054b56478066cd97fc879dd0.zip |
-missing release commit
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/include/microhttpd.h | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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 | ||
5 | Fri Aug 23 14:28:02 CEST 2013 | ||
6 | Releasing libmicrohttpd 0.9.29. -CG | ||
7 | |||
5 | Mon Aug 12 23:51:18 CEST 2013 | 8 | Mon 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 | # |
23 | AC_PREREQ(2.57) | 23 | AC_PREREQ(2.57) |
24 | AC_INIT([libmicrohttpd], [0.9.28],[libmicrohttpd@gnu.org]) | 24 | AC_INIT([libmicrohttpd], [0.9.29],[libmicrohttpd@gnu.org]) |
25 | AM_INIT_AUTOMAKE([silent-rules]) | 25 | AM_INIT_AUTOMAKE([silent-rules]) |
26 | AC_CONFIG_HEADERS([MHD_config.h]) | 26 | AC_CONFIG_HEADERS([MHD_config.h]) |
27 | AC_CONFIG_MACRO_DIR([m4]) | 27 | AC_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". |