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 libmicroht


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: releasing libmicrohttpd 0.9.62
Date: Sat, 08 Dec 2018 23:11:15 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 517c4a81 releasing libmicrohttpd 0.9.62
517c4a81 is described below

commit 517c4a81c7c9c778ce4785a560148f7848e033f8
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 8 23:11:13 2018 +0100

    releasing libmicrohttpd 0.9.62
---
 ChangeLog                | 3 ++-
 configure.ac             | 6 +++---
 src/include/microhttpd.h | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c482a6a2..64af1b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Sat Dec  8 22:53:56 CET 2018
-       Added test for RFC 7616 and documented new API. -CG
+       Added test for RFC 7616 and documented new API.
+       Releasing libmicrohttpd 0.9.62. -CG
 
 Sat Dec  8 17:34:58 CET 2018
        Adding support for RFC 7616, experimental, needs
diff --git a/configure.ac b/configure.ac
index d2d2bfb7..0f7f7bbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.61],address@hidden)
+AC_INIT([GNU Libmicrohttpd],[0.9.62],address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-LIB_VERSION_CURRENT=60
+LIB_VERSION_CURRENT=61
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=48
+LIB_VERSION_AGE=49
 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 2362d2bc..e6643f5c 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 0x00096101
+#define MHD_VERSION 0x00096200
 
 /**
  * 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]