@@ -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
@@ -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])
@@ -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".