[gspell] Release 1.2.0



commit 63ef4e63948e455b00c7a9e51f9a6968ba74c753
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Sep 18 10:28:10 2016 +0200

    Release 1.2.0

 NEWS         |    4 ++++
 README       |    3 ++-
 configure.ac |    8 ++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index ccb1c5f..f060779 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 1.2.0
+-------------
+* Translation updates
+
 News in 1.1.3
 -------------
 This is an unstable release in the 1.1 development cycle. The 1.2 stable
diff --git a/README b/README
index 3747c8b..bff21ad 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+ applications
 =======================================================
 
-This is version 1.1.4 of gspell.
+This is version 1.2.0 of gspell.
 
 gspell provides a flexible API to add spell checking to a GTK+ application.
 
@@ -19,6 +19,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.
 
 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 eb52f40..5b4984a 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.1.4)
+m4_define(gspell_package_version, 1.2.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=1
+GSPELL_LT_CURRENT=2
 GSPELL_LT_REVISION=0
-GSPELL_LT_AGE=0
+GSPELL_LT_AGE=1
 GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"
 AC_SUBST(GSPELL_LT_VERSION)
 
@@ -52,7 +52,7 @@ AC_SUBST(GSPELL_API_VERSION)
 # Dependencies
 enchant_req=1.6.0
 glib_req=2.44
-gtk_req=3.19.11
+gtk_req=3.20
 
 AC_CONFIG_SRCDIR([gspell/gspell-checker.c])
 AC_CONFIG_HEADER([config.h])


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