gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33379 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r33379 - in libmicrohttpd: . src/include
Date: Sun, 25 May 2014 20:20:18 +0200

Author: grothoff
Date: 2014-05-25 20:20:18 +0200 (Sun, 25 May 2014)
New Revision: 33379

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
   libmicrohttpd/src/include/microhttpd.h
Log:
releasing 0.9.36

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2014-05-25 15:46:28 UTC (rev 33378)
+++ libmicrohttpd/ChangeLog     2014-05-25 18:20:18 UTC (rev 33379)
@@ -1,3 +1,7 @@
+Sun May 25 20:18:27 CEST 2014
+       Fixed W32 build issues. -EG
+       Releasing 0.9.36. -CG
+
 Sat May 17 06:47:00 CEST 2014
        Fix notifying client about completed request twice
        under certain circumstances. -CG

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-05-25 15:46:28 UTC (rev 33378)
+++ libmicrohttpd/configure.ac  2014-05-25 18:20:18 UTC (rev 33379)
@@ -22,15 +22,15 @@
 #
 AC_PREREQ([2.60])
 LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.35],address@hidden)
+AC_INIT([libmicrohttpd],[0.9.36],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=34
+LIB_VERSION_CURRENT=35
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=24
+LIB_VERSION_AGE=25
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2014-05-25 15:46:28 UTC (rev 
33378)
+++ libmicrohttpd/src/include/microhttpd.h      2014-05-25 18:20:18 UTC (rev 
33379)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00093501
+#define MHD_VERSION 0x00093600
 
 /**
  * MHD-internal return code for "YES".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]