[gtksourceview] Post-release version bump



commit 0677d46ae3e5e46c92b3fbd047b294040e58c4d9
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Feb 6 09:32:34 2014 +0100

    Post-release version bump

 README       |    6 +++---
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 860a78a..d2580e1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.4 of GtkSourceView.
+This is version 3.11.5 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
@@ -36,8 +36,8 @@ GtkSourceView requires glib >= 2.38, GTK+ >= 3.11.0 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.11.4.tar.xz           # unpack the sources
-  % cd gtksourceview-3.11.4               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.11.5.tar.xz           # unpack the sources
+  % cd gtksourceview-3.11.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 b0a03f5..848f2ef 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, 11)
-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]