]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update version numbers for Nettle-3.9.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 7 May 2023 14:26:45 +0000 (16:26 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 7 May 2023 14:26:45 +0000 (16:26 +0200)
ChangeLog
configure.ac

index 68c7457369367fde1ceac2b7f870537d5f73e9b9..8189a272f203f121f7d332f8d75b630a8fba09ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-05-07  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac: Bump package version, to 3.9.
+       (LIBNETTLE_MINOR): Bump minor number, to 8.7 (8.6 was used for
+       Nettle-3.8.1).
+       (LIBHOGWEED_MINOR): Bump minor number, to 6.7.
+
 2023-04-25  Niels Möller  <nisse@lysator.liu.se>
 
        Rework tests of SIV message functions.
index fa3d8cee86864d4a5a308751ac4d0b8f7021a7de..1466d74c29fd70dacf0de8fb0b5b9db036ed74b9 100644 (file)
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([nettle], [3.8], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.9], [nettle-bugs@lists.lysator.liu.se])
 AC_PREREQ(2.61)
 AC_CONFIG_SRCDIR([nettle-types.h])
 # Needed to stop autoconf from looking for files in parent directories.
@@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_HEADER([config.h])
 
 LIBNETTLE_MAJOR=8
-LIBNETTLE_MINOR=5
+LIBNETTLE_MINOR=7
 
 LIBHOGWEED_MAJOR=6
-LIBHOGWEED_MINOR=5
+LIBHOGWEED_MINOR=7
 
 dnl Note double square brackets, for extra m4 quoting.
 MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`