From 8de88dad34841f578caff4e35adef03883609e9b Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 8 Feb 2024 12:21:56 +0000 Subject: [PATCH] Bump version to 2.6.7 and add NEWS --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d9d4a882..63dc9642 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.6.7 (February 8, 2024) +------------------------ + +This version fixes an error introduced in the previous version that caused the Hunspell provider to fail on startup. Apologies! + + 2.6.6 (February 4, 2024) ------------------------ diff --git a/configure.ac b/configure.ac index 4b175450..8092eca6 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # along with this program; if not, see . AC_PREREQ([2.71]) -AC_INIT([enchant],[2.6.6]) +AC_INIT([enchant],[2.6.7]) AC_CONFIG_SRCDIR(src/enchant.h) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar])