gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36396 - in libmicrohttpd: . src/include
Date: Thu, 1 Oct 2015 21:27:08 +0200

Author: grothoff
Date: 2015-10-01 21:27:08 +0200 (Thu, 01 Oct 2015)
New Revision: 36396

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2015-10-01 13:45:44 UTC (rev 36395)
+++ libmicrohttpd/ChangeLog     2015-10-01 19:27:08 UTC (rev 36396)
@@ -1,3 +1,6 @@
+Thu Oct  1 21:22:05 CEST 2015
+       Releasing libmicrohttpd 0.9.44. -CG
+
 Wed Sep 30 21:05:38 CEST 2015
        Various fixes for W32 VS project files. - EG
 

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2015-10-01 13:45:44 UTC (rev 36395)
+++ libmicrohttpd/configure.ac  2015-10-01 19:27:08 UTC (rev 36396)
@@ -22,15 +22,15 @@
 #
 AC_PREREQ([2.60])
 LT_PREREQ([2.4.0])
-AC_INIT([libmicrohttpd],[0.9.43],address@hidden)
+AC_INIT([libmicrohttpd],[0.9.44],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=43
+LIB_VERSION_CURRENT=44
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=33
+LIB_VERSION_AGE=34
 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-10-01 13:45:44 UTC (rev 
36395)
+++ libmicrohttpd/src/include/microhttpd.h      2015-10-01 19:27:08 UTC (rev 
36396)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00094302
+#define MHD_VERSION 0x00094400
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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