]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update version numbers for nettle-3.10.1.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 14 Dec 2024 19:28:44 +0000 (20:28 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 14 Dec 2024 19:28:44 +0000 (20:28 +0100)
ChangeLog
configure.ac

index 83d4c982f1d989d218aa30d1cd1ead9b6c47790a..410f3c39b13e439107405d6342afbe2d30b5b91e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-14  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac: Bump package version, to 3.10.1.
+       (LIBNETTLE_MINOR): Bump minor number, to 8.10.
+       (LIBHOGWEED_MINOR): Bump minor number, to 6.10.
+
 2024-12-13  Niels Möller  <nisse@lysator.liu.se>
 
        * aclocal.m4 (NETTLE_PROG_VALGRIND): Check if executable appears
index 1f53a89039143ba0c5d8aca396fbc37e10959f57..7c003bb7c7555c7f18aa17a611793652e69ea2fa 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.10], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.10.1], [nettle-bugs@lists.lysator.liu.se])
 AC_PREREQ([2.69])
 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_HEADERS([config.h])
 
 LIBNETTLE_MAJOR=8
-LIBNETTLE_MINOR=9
+LIBNETTLE_MINOR=10
 
 LIBHOGWEED_MAJOR=6
-LIBHOGWEED_MINOR=9
+LIBHOGWEED_MINOR=10
 
 dnl Note double square brackets, for extra m4 quoting.
 MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`