[gtksourceview] Bump version
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Bump version
- Date: Sun, 8 May 2016 15:20:56 +0000 (UTC)
commit 8fd41839b27acb910df1e999b21e9f8f778ba7a2
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun May 8 17:15:21 2016 +0200
Bump version
It's better to do it systematically. That way an app can depend on it
without the need to ask to bump the version.
Also, fix the version numbers in the README (this is 3.21, not 3.20).
README | 6 +++---
configure.ac | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 658793e..0964f1f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.20.1 of GtkSourceView.
+This is version 3.21.2 of GtkSourceView.
GtkSourceView is a text widget that extends the standard GTK+ text widget
GtkTextView.
@@ -33,8 +33,8 @@ GtkSourceView requires GLib >= 2.48, GTK+ >= 3.20 and libxml2 >= 2.6.
Simple install procedure:
- % tar Jxf gtksourceview-3.20.1.tar.xz # unpack the sources
- % cd gtksourceview-3.20.1 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.21.2.tar.xz # unpack the sources
+ % cd gtksourceview-3.21.2 # 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 fa63690..4384564 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, 21)
-m4_define(gtksourceview_micro_version, 1)
+m4_define(gtksourceview_micro_version, 2)
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]