]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update version numbers for nettle-3.8.1.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 26 Jul 2022 18:31:48 +0000 (20:31 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 26 Jul 2022 18:31:48 +0000 (20:31 +0200)
ChangeLog
configure.ac

index cbfba798664322208ec9d673a4d17fd912ddcea4..0cc041b87fcab9611ec2f14a4bead649d01b9231 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-26  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac: Bump package version, to 3.8.1.
+       (LIBNETTLE_MINOR): Bump minor number, to 8.6.
+       (LIBHOGWEED_MINOR): Bump minor number, to 6.6.
+
 2022-06-12  Niels Möller  <nisse@lysator.liu.se>
 
        From Christian Weisgerber:
index 73c6fc21ec430cf4be9c745da50eceee3b935080..356cab658e8389cd1913e0a42f41d054f1ce8792 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.8.1], [nettle-bugs@lists.lysator.liu.se])
 AC_PREREQ(2.61)
 AC_CONFIG_SRCDIR([arcfour.c])
 # 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=6
 
 LIBHOGWEED_MAJOR=6
-LIBHOGWEED_MINOR=5
+LIBHOGWEED_MINOR=6
 
 dnl Note double square brackets, for extra m4 quoting.
 MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`