Christian Grothoff 12 лет назад
Родитель
Сommit
33affa9d1e
3 измененных файлов с 6 добавлено и 5 удалено
  1. 2 1
      ChangeLog
  2. 3 3
      configure.ac
  3. 1 1
      src/include/microhttpd.h

+ 2 - 1
ChangeLog

@@ -1,7 +1,8 @@
 Sat Dec 21 17:26:08 CET 2013
 	Fixed an issue with a missing argument in the postexample.
 	Fixed issue with bogus offset increment involving sendfile
-	on GNU/Linux.  Adding support for SNI. -CG
+	on GNU/Linux.  Adding support for SNI.
+	Releasing 0.9.33. -CG
 
 Mon Dec  9 21:41:57 CET 2013
 	Fix for per-worker daemon pipes enabled with

+ 3 - 3
configure.ac

@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.32],[[email protected]])
+AC_INIT([libmicrohttpd], [0.9.33],[[email protected]])
 AM_INIT_AUTOMAKE([silent-rules])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=31
+LIB_VERSION_CURRENT=32
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=21
+LIB_VERSION_AGE=22
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

+ 1 - 1
src/include/microhttpd.h

@@ -121,7 +121,7 @@ extern "C"
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00093202
+#define MHD_VERSION 0x00093300
 
 /**
  * MHD-internal return code for "YES".