[gtksourceview] Release GtkSourceView 4.4.0



commit 6cbb07d5454ccb46ee053cc458391289cc2fb630
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 9 17:25:16 2019 -0700

    Release GtkSourceView 4.4.0

 NEWS        | 5 +++++
 README      | 2 +-
 meson.build | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f714ecb..2c385fa6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 4.4.0, 2019-09-09
+-------------------------
+* Set NO_AT_BRIDGE=1 when running automated tests
+* Speed up GtkSourceView rendering when space drawer is unused
+
 News in 4.3.92, 2019-09-04
 --------------------------
 * RC release for 4.4 scheduled for next week.
diff --git a/README b/README
index 6c8084ba..a43d7f91 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 GtkSourceView
 =============
 
-This is version 4.3.92 of GtkSourceView.
+This is version 4.4.0 of GtkSourceView.
 
 GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+
 widget for multiline text editing. GtkSourceView adds support for syntax
diff --git a/meson.build b/meson.build
index 01996f31..fc4486a8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtksourceview', 'c',
-          version: '4.3.92',
+          version: '4.4.0',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.49.0',
   default_options: [ 'c_std=gnu99',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]