+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
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.
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/'`