Post-release version build

This commit is contained in:
Matthias Clasen
2024-03-02 19:56:09 -05:00
parent 64316ab185
commit 4ac288c1b4
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@@ -1,4 +1,4 @@
Overview of Changes in 4.13.9, 02-03-2024
Overview of Changes in 4.14.0, 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.x) with the new renderers.
Overview of Changes in 4.13.9, 02-03-2024
=========================================
* GtkEditable:
- Fix preconditions to be not too strict

View File

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