[gtksourceview/gnome-3-24] Release 3.24.0



commit c9be8b2173bd6e235e41a29647af1d90a81526b7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 19 10:20:42 2017 +0100

    Release 3.24.0

 NEWS         |    4 ++++
 README       |    2 +-
 configure.ac |    8 ++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index ad2eb78..9669784 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 3.24.0
+--------------
+* Translation update
+
 News in 3.23.91
 ---------------
 * Improvements to the Visual Studio builds and add support for Visual Studio
diff --git a/README b/README
index aa62089..b52a05a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.23.91 of GtkSourceView.
+This is version 3.24.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 6563a8c..6c4892b 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, 23)
-m4_define(gtksourceview_micro_version, 91)
+m4_define(gtksourceview_minor_version, 24)
+m4_define(gtksourceview_micro_version, 0)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],
@@ -42,9 +42,9 @@ AC_SUBST(GTK_SOURCE_MICRO_VERSION)
 # 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.
 
-GSV_LT_CURRENT=8
+GSV_LT_CURRENT=9
 GSV_LT_REVISION=0
-GSV_LT_AGE=7
+GSV_LT_AGE=8
 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]