[gspell] Release 1.10.0



commit 59d9cad6f3d1923d87b4ef0352a6539cd6aac52e
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Sat Apr 16 15:04:40 2022 +0200

    Release 1.10.0

 NEWS         | 6 ++++--
 configure.ac | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 84643d7..7b81b53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-News in 1.9.2, 2022-xx-yy (not yet released)
--------------------------
+News in 1.10.0, 2022-04-16
+--------------------------
+* Build from git: some updates, take newer version of autoconf-archive.
+* Build: distribute more files in tarballs.
 * Documentation improvements.
 * Translation updates.
 
diff --git a/configure.ac b/configure.ac
index 0bf32a7..13afa4b 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.9.2)
+m4_define(gspell_package_version, 1.10.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=0
+GSPELL_LT_REVISION=1
 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]