[gtksourceview/gnome-3-20] Post release version bump
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gnome-3-20] Post release version bump
- Date: Sat, 23 Apr 2016 13:17:39 +0000 (UTC)
commit 8ba4c77d8ca95f6ecd3a820b20b454c36316bc6b
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Apr 23 15:13:58 2016 +0200
Post release version bump
README | 6 +++---
configure.ac | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index da0223d..53acfad 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.20.2 of GtkSourceView.
+This is version 3.20.3 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.2.tar.xz # unpack the sources
- % cd gtksourceview-3.20.2 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.20.3.tar.xz # unpack the sources
+ % cd gtksourceview-3.20.3 # 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 0df814f..0cb9b18 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, 20)
-m4_define(gtksourceview_micro_version, 2)
+m4_define(gtksourceview_micro_version, 3)
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]