Post-release version bump
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Sep 2022 17:19:49 +0000 (13:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Sep 2022 17:19:49 +0000 (13:19 -0400)
This is an experiment to see if I can keep up with
doing post-release version bumps, so git snapshots
will always have a different version from released
tarballs.

This commit also marks the beginning of the 4.10
development cycle, as 4.8 has been branched.

NEWS
meson.build

diff --git a/NEWS b/NEWS
index fa73963a7c84a2f3ec6d00545ef92dd28c046a52..6471d67da7bd4d6b2f652f96a642da4f526c5f7a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of Changes in 4.9.1, dd-mm-yyyy
+========================================
+
+
 Overview of Changes in 4.8.1, 16-09-2022
 ========================================
 
index 23e932334cdcdd983565f9b1e0a0fa4e8b8b9d87..494c81ac937f0d584f6c332aacd7a37be6318421 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.8.1',
+        version: '4.9.1',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',