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.53
Date: Tue, 11 Apr 2017 21:19:15 +0200

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 54def24e Releasing GNU libmicrohttpd 0.9.53
54def24e is described below

commit 54def24e976e968c8f0328fb4f43a8dc4520d773
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Tue Apr 11 22:18:10 2017 +0300

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

diff --git a/ChangeLog b/ChangeLog
index e21b31f5..77984c9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Tue Apr 11 22:17:00 MSK 2017
+       Releasing GNU libmicrohttpd 0.9.53. -EG
+
 Mon Apr 10 19:50:20 MSK 2017
        HTTPS tests: skip tests instead of failing if HTTPS is not supported by
        libcurl.
diff --git a/configure.ac b/configure.ac
index fabcde9f..431e08e6 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.52],address@hidden)
+AC_INIT([GNU Libmicrohttpd],[0.9.53],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-LIB_VERSION_CURRENT=52
+LIB_VERSION_CURRENT=53
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=40
+LIB_VERSION_AGE=41
 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 e8015874..a09f7c3a 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 0x00095213
+#define MHD_VERSION 0x00095300
 
 /**
  * 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]