[gtksourceview] Release 3.22.0



commit 2352fd07912426ddcddfdf57fdba53b6aebe049d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Sep 18 10:17:22 2016 +0200

    Release 3.22.0

 NEWS         |    4 ++++
 README       |    2 +-
 configure.ac |    8 ++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7e4c80b..42f9ed9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 3.22.0
+--------------
+* Translation updates
+
 News in 3.21.6
 --------------
 * Improvements to the syntax highlighting of: CSS and Rust
diff --git a/README b/README
index 8c60e3d..eed9735 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.21.7 of GtkSourceView.
+This is version 3.22.0 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
diff --git a/configure.ac b/configure.ac
index 069c1ef..897f03e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 m4_define(gtksourceview_major_version, 3)
-m4_define(gtksourceview_minor_version, 21)
-m4_define(gtksourceview_micro_version, 7)
+m4_define(gtksourceview_minor_version, 22)
+m4_define(gtksourceview_micro_version, 0)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],
@@ -37,9 +37,9 @@ AC_SUBST(GTK_SOURCE_MICRO_VERSION)
 # 4. If any exported functions or data have been removed since the last
 #    public release, set AGE to 0.
 
-GSV_LT_CURRENT=7
+GSV_LT_CURRENT=8
 GSV_LT_REVISION=0
-GSV_LT_AGE=6
+GSV_LT_AGE=7
 GSV_LT_VERSION="$GSV_LT_CURRENT:$GSV_LT_REVISION:$GSV_LT_AGE"
 AC_SUBST(GSV_LT_VERSION)
 


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