[gspell] Release 1.4.0



commit 959cc843479dd8986cb8d6a448881f1b9f34ad6f
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 18 17:33:38 2017 +0100

    Release 1.4.0

 NEWS         |    5 +++++
 README       |    3 ++-
 configure.ac |    6 +++---
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index fb6b6ee..c039c77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 1.4.0, 2017-03-18
+-------------------------
+* Translation updates.
+* Other small improvements.
+
 News in 1.3.3, 2017-02-26
 -------------------------
 This is an unstable release in the 1.3 development cycle. The 1.4 stable
diff --git a/README b/README
index 7c4f873..6839992 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+ applications
 =======================================================
 
-This is version 1.3.4 of gspell.
+This is version 1.4.0 of gspell.
 
 gspell provides a flexible API to add spell checking to a GTK+ application.
 
@@ -20,6 +20,7 @@ gspell follows the GNOME release schedule.
 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.
 
 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 366f215..81e5ffa 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.3.4)
+m4_define(gspell_package_version, 1.4.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=2
+GSPELL_LT_CURRENT=3
 GSPELL_LT_REVISION=0
-GSPELL_LT_AGE=1
+GSPELL_LT_AGE=2
 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]