summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
-rw-r--r--testsuite/tools/validate-data/invalid5.expected2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 214d98c99b..a23dcec82b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of Changes in 4.10.0, xx-xx-xxxx
+Overview of Changes in 4.10.0, 04-03-2023
=========================================
* GtkTextView
@@ -15,6 +15,7 @@ Overview of Changes in 4.10.0, xx-xx-xxxx
- Fix various problems with undo
* Accessibility
+ - Make some getters transfer-full
- Allow setting accessible parents and siblings
- Add a role for toggle buttons
- Miscellaneous property fixes and improvements
@@ -28,6 +29,7 @@ Overview of Changes in 4.10.0, xx-xx-xxxx
* gsk
- Make mask nodes more versatile
+ - Improve the GL implementation for texture scale nodes
* X11
- Fix key handling during DND
diff --git a/meson.build b/meson.build
index 81c5a459eb..ffcfd8aced 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '4.9.5',
+ version: '4.10.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',
diff --git a/testsuite/tools/validate-data/invalid5.expected b/testsuite/tools/validate-data/invalid5.expected
index 8e36d1d8b2..7f2c04d827 100644
--- a/testsuite/tools/validate-data/invalid5.expected
+++ b/testsuite/tools/validate-data/invalid5.expected
@@ -1 +1 @@
-invalid5.ui:3:1 Required GTK version 5.10, current version is 4.9
+invalid5.ui:3:1 Required GTK version 5.10, current version is 4.10