Explorar el Código

Releasing GNU libmicrohttpd 0.9.53

Evgeny Grin (Karlson2k) hace 8 años
padre
commit
54def24e97
Se han modificado 3 ficheros con 7 adiciones y 4 borrados
  1. 3 0
      ChangeLog
  2. 3 3
      configure.ac
  3. 1 1
      src/include/microhttpd.h

+ 3 - 0
ChangeLog

@@ -1,3 +1,6 @@
+Tue Apr 11 22:17:00 MSK 2017
+	Releasing GNU libmicrohttpd 0.9.53. -EG
+
 Mon Apr 10 19:50:20 MSK 2017
 	HTTPS tests: skip tests instead of failing if HTTPS is not supported by
 	libcurl.

+ 3 - 3
configure.ac

@@ -22,14 +22,14 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.52],[[email protected]])
+AC_INIT([GNU Libmicrohttpd],[0.9.53],[[email protected]])
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-LIB_VERSION_CURRENT=52
+LIB_VERSION_CURRENT=53
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=40
+LIB_VERSION_AGE=41
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

+ 1 - 1
src/include/microhttpd.h

@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095213
+#define MHD_VERSION 0x00095300
 
 /**
  * MHD-internal return code for "YES".