[gtksourceview/wip/get-candidate-encodings: 6/7] Bump version to 3.17.0
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/get-candidate-encodings: 6/7] Bump version to 3.17.0
- Date: Sat, 4 Apr 2015 12:05:27 +0000 (UTC)
commit 4ea4bfcace8589901f07cd9d1468e12b65e5c9db
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Apr 4 13:53:10 2015 +0200
Bump version to 3.17.0
So that gedit can depend on it.
README | 6 +++---
configure.ac | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index c91eab5..7069026 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.16.1 of GtkSourceView.
+This is version 3.17.0 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.16.1.tar.xz # unpack the sources
- % cd gtksourceview-3.16.1 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.17.0.tar.xz # unpack the sources
+ % cd gtksourceview-3.17.0 # 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 6f2aa7a..8b7efad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
m4_define(gtksourceview_major_version, 3)
-m4_define(gtksourceview_minor_version, 16)
-m4_define(gtksourceview_micro_version, 1)
+m4_define(gtksourceview_minor_version, 17)
+m4_define(gtksourceview_micro_version, 0)
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]