summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-12-26 07:22:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-12-26 07:22:39 -0500
commit0214cb5b1b7af3c3048e7660a5524a70e833597c (patch)
tree4492c5e937c7f370ec08166b33cff94acdc3a1e1
parent12bd668f4debe6000b5e2aaa0aa2fe7031045a84 (diff)
downloadgtk+-0214cb5b1b7af3c3048e7660a5524a70e833597c.tar.gz
Post-release version bump
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33e4835552..89a3db3a0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Overview of Changes in 4.9.3, xx-xx-xxxx
+========================================
+
Overview of Changes in 4.9.2, 26-12-2022
========================================
diff --git a/meson.build b/meson.build
index b7419c62a8..265d0a7159 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '4.9.2',
+ version: '4.9.3',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',