[gtksourceview] Post release version bump
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Post release version bump
- Date: Thu, 5 Mar 2015 19:36:01 +0000 (UTC)
commit bfc69418e65a04d2054930714944a65e7ff52c86
Author: Paolo Borelli <pborelli gnome org>
Date: Thu Mar 5 20:35:10 2015 +0100
Post release version bump
README | 6 +++---
configure.ac | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index f0b9b50..6cb7fe2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.15.91 of GtkSourceView.
+This is version 3.15.92 of GtkSourceView.
GtkSourceView is a text widget that extends the standard GTK+ text widget
GtkTextView.
@@ -33,8 +33,8 @@ GtkSourceView requires GLib >= 2.43.3, GTK+ >= 3.15.3 and libxml2 >= 2.6.
Simple install procedure:
- % tar Jxf gtksourceview-3.15.91.tar.xz # unpack the sources
- % cd gtksourceview-3.15.91 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.15.92.tar.xz # unpack the sources
+ % cd gtksourceview-3.15.92 # 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 5abbc87..a3701e7 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, 15)
-m4_define(gtksourceview_micro_version, 91)
+m4_define(gtksourceview_micro_version, 92)
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]