* configure.ac: Bump package version, to 3.7.1.
(LIBNETTLE_MINOR): Bump minor number, to 8.2.
(LIBHOGWEED_MINOR): Bump minor number, to 6.2.
+2021-02-13 Niels Möller <nisse@lysator.liu.se>
+
+ * configure.ac: Bump package version, to 3.7.1.
+ (LIBNETTLE_MINOR): Bump minor number, to 8.2.
+ (LIBHOGWEED_MINOR): Bump minor number, to 6.2.
+
2021-02-10 Niels Möller <nisse@lysator.liu.se>
* chacha-crypt.c (_nettle_chacha_crypt_4core): Fix for the case
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([nettle], [3.7], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.7.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.
AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=8
-LIBNETTLE_MINOR=1
+LIBNETTLE_MINOR=2
LIBHOGWEED_MAJOR=6
-LIBHOGWEED_MINOR=1
+LIBHOGWEED_MINOR=2
dnl Note double square brackets, for extra m4 quoting.
MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`