gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Releasing GNU libmic


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Releasing GNU libmicrohttpd 0.9.58
Date: Thu, 07 Dec 2017 19:10:47 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new b4aa632c Releasing GNU libmicrohttpd 0.9.58
b4aa632c is described below

commit b4aa632ce200a5248040f2f10b69c8b84b08b4f7
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Dec 7 21:09:24 2017 +0300

    Releasing GNU libmicrohttpd 0.9.58
---
 ChangeLog                | 3 +++
 configure.ac             | 6 +++---
 src/include/microhttpd.h | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 39e88fe2..1a20b591 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Mon Dec 07 21:08:00 MSK 2017
+       Releasing GNU libmicrohttpd 0.9.58. -EG
+
 Mon Dec 07 16:01:00 MSK 2017
        Fixed HTTPS tests on modern platforms. -EG
 
diff --git a/configure.ac b/configure.ac
index 0c2d2ee8..60518438 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,14 +22,14 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.57],address@hidden)
+AC_INIT([GNU Libmicrohttpd],[0.9.58],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-LIB_VERSION_CURRENT=57
+LIB_VERSION_CURRENT=58
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=45
+LIB_VERSION_AGE=46
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 9054ddfc..011285c3 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095700
+#define MHD_VERSION 0x00095800
 
 /**
  * MHD-internal return code for "YES".

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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