[gtksourceview/gnome-3-24] Release 3.24.2



commit 3454336a261bee5635de5bedd6d1eac2b16509b8
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun May 21 11:57:44 2017 +0200

    Release 3.24.2

 NEWS         |    8 ++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3059dce..451897d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 3.24.2
+--------------
+* Avoid type redefinitions.
+* jade.lang: add *.pug to globs.
+* Bug fix in LaTeX syntax highlighting.
+* Various other small bug fixes.
+* Translation updates.
+
 News in 3.24.1
 --------------
 * Deprecate the 'copy' parameter of the GtkSourceView::move-lines signal.
diff --git a/README b/README
index 08b6bcf..30bcec1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.24.1 of GtkSourceView.
+This is version 3.24.2 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
diff --git a/configure.ac b/configure.ac
index a1c48fa..5e6e048 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, 24)
-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]