Kaynağa Gözat

getting ready for 0.9.39

Christian Grothoff 11 yıl önce
ebeveyn
işleme
bdc0a8d958
3 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 3 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 1 1
      src/include/microhttpd.h

+ 3 - 0
ChangeLog

@@ -1,3 +1,6 @@
+Mon Dec 22 16:33:18 CET 2014
+	Releasing 0.9.39. -CG
+
 Mon Dec 22 13:02:36 CET 2014
 	Fix generated compiler flags for Solaris Studio linker (#3584). -CG
 

+ 1 - 1
configure.ac

@@ -22,7 +22,7 @@
 #
 AC_PREREQ([2.60])
 LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.38],[[email protected]])
+AC_INIT([libmicrohttpd],[0.9.39],[[email protected]])
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])

+ 1 - 1
src/include/microhttpd.h

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