[gtksourceview/gnome-3-24] Release 3.23.90



commit 45e48cacf87be9d76c523f24d54bc05583b237ac
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Feb 12 12:03:11 2017 +0100

    Release 3.23.90

 NEWS         |    8 ++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9862025..0fa95ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 3.23.90
+---------------
+* Bug fix in GtkSourceGutterRendererPixbuf
+* Fixes for bugs found by Coverity
+* New syntax highlighting definition file for: Django template
+* Improvements to the syntax highlighting of: CSS and JavaScript
+* Translation updates
+
 News in 3.23.2
 --------------
 
diff --git a/README b/README
index 45beb80..ae53410 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.23.3 of GtkSourceView.
+This is version 3.23.90 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
diff --git a/configure.ac b/configure.ac
index 577baa4..68ec410 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, 23)
-m4_define(gtksourceview_micro_version, 3)
+m4_define(gtksourceview_micro_version, 90)
 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]