[gspell] Release 1.8.0



commit 28cd4947502a430b2b016c8c31c6135f7485489c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 10 11:29:23 2018 +0100

    Release 1.8.0

 NEWS         |    5 +++++
 README       |    3 ++-
 configure.ac |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index f1a75d3..236131e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 1.8.0, 2018-03-10
+-------------------------
+* Build system: don't declare functions in AC_TRY_COMPILE.
+* Translation updates.
+
 News in 1.7.1, 2017-12-09
 -------------------------
 * Use Enchant 2.
diff --git a/README b/README
index 75acfd7..125585b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+ applications
 =======================================================
 
-This is version 1.7.1 of gspell.
+This is version 1.8.0 of gspell.
 
 gspell provides a flexible API to add spell-checking to a GTK+ application.
 
@@ -24,6 +24,7 @@ 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.
+gspell 1.8.x should be installed alongside GNOME 3.28.
 
 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 8f799a2..a6bb939 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.7.1)
+m4_define(gspell_package_version, 1.8.0)
 
 AC_INIT([gspell],
        [gspell_package_version],
@@ -34,7 +34,7 @@ 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=4
+GSPELL_LT_CURRENT=5
 GSPELL_LT_REVISION=0
 GSPELL_LT_AGE=3
 GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"


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