From 021aae84dd27a42f85bbf28c77e5f74455c79baa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Feb 2024 15:02:04 -0500 Subject: [PATCH] Post-release version bump --- NEWS | 6 +++++- meson.build | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a0f83bdfb0..0cd9014720 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Overview of Changes in 4.13.8, 20-02-2024 +Overview of Changes in 4.13.9, xx-xx-xxxx ========================================= Note: The new renderers and dmabuf support are using graphics drivers @@ -7,6 +7,10 @@ in different ways than the old gl renderer, and trigger new driver bugs, https://gitlab.gnome.org/GNOME/gtk/-/issues/6388). Therefore, it is recommended to use the latest mesa release (24.0) with the new renderers. + +Overview of Changes in 4.13.8, 20-02-2024 +========================================= + * Accessibility: - Add a GtkAccessibleText interface for allowing 3rd party text widgets (notably vte) to be accessible diff --git a/meson.build b/meson.build index d395aad621..a11ad016cd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.13.8', + version: '4.13.9', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',