Post-release version bump

This commit is contained in:
Matthias Clasen
2024-02-20 15:02:04 -05:00
parent e8508762f5
commit 021aae84dd
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@@ -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

View File

@@ -1,5 +1,5 @@
project('gtk', 'c',
version: '4.13.8',
version: '4.13.9',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',