[gtksourceview] Post-release version bump



commit f56f4a09144ead43f0e39f8460d01f3f1730a4bd
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Aug 16 21:35:17 2015 +0200

    Post-release version bump

 README       |    6 +++---
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 0e0b4fe..e036000 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.17.5 of GtkSourceView.
+This is version 3.17.6 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
@@ -33,8 +33,8 @@ GtkSourceView requires GLib >= 2.44, GTK+ >= 3.16 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.17.5.tar.xz    # unpack the sources
-  % cd gtksourceview-3.17.5               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.17.6.tar.xz    # unpack the sources
+  % cd gtksourceview-3.17.6               # 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 e7cde0f..6e46917 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, 17)
-m4_define(gtksourceview_micro_version, 5)
+m4_define(gtksourceview_micro_version, 6)
 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]