[gspell] Release 1.12.0



commit 433999a26171030de17dcdceabeae3c4274352a4
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Tue Sep 20 16:00:00 2022 +0200

    Release 1.12.0

 NEWS         | 2 +-
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index a3085e0..2ebdcbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-News in 1.12.0, xxxx-yy-zz (not yet released)
+News in 1.12.0, 2022-09-27
 --------------------------
 * Use G_MODULE_EXPORT instead of the custom _GSPELL_EXTERN macro.
 * Small maintenance tasks, some minor simplifications.
diff --git a/configure.ac b/configure.ac
index 641e8d5..f245622 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 # Package version of the form 'major.minor.micro'.
-m4_define(gspell_package_version, 1.11.1)
+m4_define(gspell_package_version, 1.12.0)
 
 AC_INIT([gspell],
        [gspell_package_version],
@@ -35,7 +35,7 @@ AX_IS_RELEASE([git-directory])
 # set CURRENT, REVISION and AGE to 0 since it's like a new library.
 
 GSPELL_LT_CURRENT=5
-GSPELL_LT_REVISION=1
+GSPELL_LT_REVISION=2
 GSPELL_LT_AGE=3
 GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"
 AC_SUBST(GSPELL_LT_VERSION)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]