[gtksourceview] Post release version bump



commit 6f97d33e7a9334a842e2bfe27791471473163db3
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Jan 19 21:12:00 2016 +0100

    Post release version bump

 README       |    8 ++++----
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 8df8392..1e71378 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.19.4 of GtkSourceView.
+This is version 3.19.5 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.47.0, GTK+ >= 3.19.4 and libxml2 >= 2.6.
+GtkSourceView requires GLib >= 2.47.0, GTK+ >= 3.19.5 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.19.4.tar.xz    # unpack the sources
-  % cd gtksourceview-3.19.4               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.19.5.tar.xz    # unpack the sources
+  % cd gtksourceview-3.19.5               # 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 429609a..7ac0c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.64)
 
 m4_define(gtksourceview_major_version, 3)
 m4_define(gtksourceview_minor_version, 19)
-m4_define(gtksourceview_micro_version, 4)
+m4_define(gtksourceview_micro_version, 5)
 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]