[gtksourceview] Release 3.13.1



commit 001412ff2c258171fb0638b796029e2c4c2651a5
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jun 23 23:07:30 2014 +0200

    Release 3.13.1

 NEWS         |    8 ++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index d653779..75a2dec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 3.13.1
+--------------
+* Improvements to the words completion provider
+* Completion window sizing fixes
+* Improvements to some lang files 
+* Various other improvements and bugfixes
+* Updated translations
+
 News in 3.12.1
 --------------
 * Renovate test-widget
diff --git a/README b/README
index 90f6bb2..9f896dd 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.12.2 of GtkSourceView.
+This is version 3.13.1 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.12.2.tar.xz    # unpack the sources
-  % cd gtksourceview-3.12.2               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.13.1.tar.xz    # unpack the sources
+  % cd gtksourceview-3.13.1               # 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 fbf3019..65b44cd 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, 12)
-m4_define(gtksourceview_micro_version, 2)
+m4_define(gtksourceview_minor_version, 13)
+m4_define(gtksourceview_micro_version, 1)
 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]