[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/156: Bump LIB_VERSION_REVISION missing in 0.9.76 rele
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/156: Bump LIB_VERSION_REVISION missing in 0.9.76 release |
Date: |
Sun, 28 May 2023 17:50:54 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.
commit 50ce5a6ba0aff82745b623bdd7d691529248fc9a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Mar 1 10:40:19 2023 +0300
Bump LIB_VERSION_REVISION missing in 0.9.76 release
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index d4859154..38983274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,11 +30,11 @@ AC_CONFIG_HEADERS([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
LIB_VERSION_CURRENT=72
-LIB_VERSION_REVISION=0
+LIB_VERSION_REVISION=1
LIB_VERSION_AGE=60
-AC_SUBST(LIB_VERSION_CURRENT)
-AC_SUBST(LIB_VERSION_REVISION)
-AC_SUBST(LIB_VERSION_AGE)
+AC_SUBST([LIB_VERSION_CURRENT])
+AC_SUBST([LIB_VERSION_REVISION])
+AC_SUBST([LIB_VERSION_AGE])
AC_MSG_CHECKING([[whether z/OS special settings are required]])
AS_IF([test `uname -s` = "OS/390"],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] tag v0.9.77 created (now 19fb1171), gnunet, 2023/05/28
- [libmicrohttpd] 03/156: bump MHD_VERSION to indicate development version, gnunet, 2023/05/28
- [libmicrohttpd] 04/156: configure: clarified license message, gnunet, 2023/05/28
- [libmicrohttpd] 02/156: Updated ChangeLog and NEWS for v0.9.76, gnunet, 2023/05/28
- [libmicrohttpd] 01/156: Bump LIB_VERSION_REVISION missing in 0.9.76 release,
gnunet <=
- [libmicrohttpd] 06/156: automake: use right automake options, gnunet, 2023/05/28
- [libmicrohttpd] 08/156: test_upgrade{,_large}: fixed use of uninitialized value, gnunet, 2023/05/28
- [libmicrohttpd] 07/156: Fixed compiler warning in examples, gnunet, 2023/05/28
- [libmicrohttpd] 12/156: MHD_get_version(): fixed signed value bit shift, gnunet, 2023/05/28
- [libmicrohttpd] 11/156: Disallowed MHD_SIZE_UNKNOWN for buffer-based responses, gnunet, 2023/05/28
- [libmicrohttpd] 09/156: fix capitalization of SHA-256 / MD5 as per RFC 7616 as reported on the mailinglist by Ahmet Kermen, gnunet, 2023/05/28
- [libmicrohttpd] 05/156: configure: fixed unwanted output on Fedora, gnunet, 2023/05/28
- [libmicrohttpd] 10/156: memorypool: fixed: unpoison memory for ASAN before destroying pool, gnunet, 2023/05/28
- [libmicrohttpd] 18/156: Response from callback: do allow negative return amounts, except predefined values, gnunet, 2023/05/28
- [libmicrohttpd] 13/156: test_https_sni: use certificates with SAN fields, gnunet, 2023/05/28