[gtksourceview/gnome-3-20] Release 3.20.2



commit d4fbbcd62a4f32a1c5b4633f4320015b6c87b27c
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Apr 23 15:03:21 2016 +0200

    Release 3.20.2

 NEWS         |    5 +++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 01e330c..6dbada1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 3.20.2
+--------------
+* Drawing optimizations
+* Translation updates
+
 News in 3.20.1
 --------------
 * Improvements to style schemes
diff --git a/README b/README
index 658793e..da0223d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.20.1 of GtkSourceView.
+This is version 3.20.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.20.2.tar.xz    # unpack the sources
+  % cd gtksourceview-3.20.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 0dc1a7a..0df814f 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, 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]