[gtksourceview] Release 3.14.0 - Pi version!



commit 59a6ff80467c26b9336c5ccec00258771c891789
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Sep 22 12:50:59 2014 +0200

    Release 3.14.0 - Pi version!

 NEWS         |    4 ++++
 README       |    8 ++++----
 configure.ac |   10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 689eb8b..5ea5086 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 3.14.0
+--------------
+* Translation updates
+
 News in 3.13.91
 ---------------
 * Improved Mac OS X support
diff --git a/README b/README
index e749cbd..0b04282 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.13.92 of GtkSourceView.
+This is version 3.14.0 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
@@ -29,12 +29,12 @@ the GNU Lesser General Public License.
 Installation
 ============
 
-GtkSourceView requires glib >= 2.38, GTK+ >= 3.13.7 and libxml2 >= 2.6.
+GtkSourceView requires GLib >= 2.38, GTK+ >= 3.14 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.13.92.tar.xz   # unpack the sources
-  % cd gtksourceview-3.13.92              # change to the toplevel directory
+  % tar Jxf gtksourceview-3.14.0.tar.xz    # unpack the sources
+  % cd gtksourceview-3.14.0               # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build gtksourceview
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index 083b0a9..d44c22d 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, 13)
-m4_define(gtksourceview_micro_version, 92)
+m4_define(gtksourceview_minor_version, 14)
+m4_define(gtksourceview_micro_version, 0)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],
@@ -30,9 +30,9 @@ AC_INIT([gtksourceview],
 #
 # (From the book Autotools, by John Calcote)
 
-GSV_LT_CURRENT=3
+GSV_LT_CURRENT=4
 GSV_LT_REVISION=0
-GSV_LT_AGE=2
+GSV_LT_AGE=3
 GSV_LT_VERSION="$GSV_LT_CURRENT:$GSV_LT_REVISION:$GSV_LT_AGE"
 AC_SUBST(GSV_LT_VERSION)
 
@@ -57,7 +57,7 @@ LT_INIT([disable-static])
 AC_CHECK_HEADERS([unistd.h])
 
 # Dependencies
-GLIB_REQUIRED_VERSION=2.37.3
+GLIB_REQUIRED_VERSION=2.38
 GTK_REQUIRED_VERSION=3.13.7
 LIBXML_REQUIRED_VERSION=2.6.0
 GLADE_UI_REQUIRED=3.9


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