gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36729 - in libmicrohttpd: . src/include
Date: Fri, 4 Dec 2015 14:06:18 +0100

Author: grothoff
Date: 2015-12-04 14:06:18 +0100 (Fri, 04 Dec 2015)
New Revision: 36729

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2015-12-04 11:12:09 UTC (rev 36728)
+++ libmicrohttpd/ChangeLog     2015-12-04 13:06:18 UTC (rev 36729)
@@ -1,3 +1,6 @@
+Fri Dec  4 13:53:05 CET 2015
+       Releasing libmicrohttpd 0.9.47. -CG
+
 Thu Dec  3 18:21:44 CET 2015
        Reworked VS project files. Used x64 build tools by 
        default, many optimizations, fixes.

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2015-12-04 11:12:09 UTC (rev 36728)
+++ libmicrohttpd/configure.ac  2015-12-04 13:06:18 UTC (rev 36729)
@@ -22,15 +22,15 @@
 #
 AC_PREREQ([2.60])
 LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.46],address@hidden)
+AC_INIT([libmicrohttpd],[0.9.47],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=46
+LIB_VERSION_CURRENT=47
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=34
+LIB_VERSION_AGE=35
 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      2015-12-04 11:12:09 UTC (rev 
36728)
+++ libmicrohttpd/src/include/microhttpd.h      2015-12-04 13:06:18 UTC (rev 
36729)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00094605
+#define MHD_VERSION 0x00094700
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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