[gspell] Release 1.6.0



commit db6fab254c6044cc26820144049ef86fb444aec6
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Sep 10 08:24:12 2017 +0200

    Release 1.6.0
    
    I hope 1.6.x will be the last GTK+ 3 version.

 NEWS         |    4 ++++
 README       |    3 ++-
 configure.ac |    6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 84bfc68..f40c882 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 1.6.0, 2017-09-10
+-------------------------
+* Translation updates.
+
 News in 1.5.4, 2017-08-20
 -------------------------
 * Make the code that navigates through PangoLogAttr's more robust, for both
diff --git a/README b/README
index 4c452c0..fec31b5 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+ applications
 =======================================================
 
-This is version 1.5.5 of gspell.
+This is version 1.6.0 of gspell.
 
 gspell provides a flexible API to add spell checking to a GTK+ application.
 
@@ -23,6 +23,7 @@ gspell 0.1.x should be installed alongside GNOME 3.18.
 gspell 1.0.x should be installed alongside GNOME 3.20.
 gspell 1.2.x should be installed alongside GNOME 3.22.
 gspell 1.4.x should be installed alongside GNOME 3.24.
+gspell 1.6.x should be installed alongside GNOME 3.26.
 
 The 0.1 version didn't have a stable API, and there has been lots of API
 changes between 0.1 and 1.0. The 0.1 and 1.0 versions are not completely
diff --git a/configure.ac b/configure.ac
index cdaa6b9..4e8cb3e 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.5.5)
+m4_define(gspell_package_version, 1.6.0)
 
 AC_INIT([gspell],
        [gspell_package_version],
@@ -34,9 +34,9 @@ AX_IS_RELEASE([git-directory])
 # When incrementing the API version (usually for a new major package version),
 # set CURRENT, REVISION and AGE to 0 since it's like a new library.
 
-GSPELL_LT_CURRENT=3
+GSPELL_LT_CURRENT=4
 GSPELL_LT_REVISION=0
-GSPELL_LT_AGE=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]