From 6c889a32eaeea31ff98e0d56e659ded5467293a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 26 May 2023 12:12:22 +0200
Subject: [PATCH] Update version numbers for Nettle-3.9.1.

---
 ChangeLog    | 6 ++++++
 configure.ac | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ef55b347..a6d6afb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-05-26  Niels Möller  <nisse@lysator.liu.se>
+
+	* configure.ac: Bump package version, to 3.9.1.
+	(LIBNETTLE_MINOR): Bump minor number, to 8.8.
+	(LIBHOGWEED_MINOR): Bump minor number, to 6.8.
+
 2023-05-19  Niels Möller  <nisse@lysator.liu.se>
 
 	From Jussi Kivilinna:
diff --git a/configure.ac b/configure.ac
index 1466d74c..c8862f31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.9], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.9.1], [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=7
+LIBNETTLE_MINOR=8
 
 LIBHOGWEED_MAJOR=6
-LIBHOGWEED_MINOR=7
+LIBHOGWEED_MINOR=8
 
 dnl Note double square brackets, for extra m4 quoting.
 MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`
-- 
GitLab