[gtksourceview] Version bump for 3.15



commit 481c0d50948a439a7fe6811263cb60d7c321a420
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Oct 13 15:15:45 2014 +0200

    Version bump for 3.15

 README       |    6 +++---
 configure.ac |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 5dc2517..ffc7744 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.14.2 of GtkSourceView.
+This is version 3.15.1 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
@@ -33,8 +33,8 @@ GtkSourceView requires GLib >= 2.38, GTK+ >= 3.14 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.14.2.tar.xz    # unpack the sources
-  % cd gtksourceview-3.14.2               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.15.1.tar.xz    # unpack the sources
+  % cd gtksourceview-3.15.1               # 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 78b73a6..d82c815 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, 14)
-m4_define(gtksourceview_micro_version, 2)
+m4_define(gtksourceview_minor_version, 15)
+m4_define(gtksourceview_micro_version, 1)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],


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