Post-release version bump

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.
This commit is contained in:
Matthias Clasen 2022-09-28 13:19:49 -04:00
parent 39bc13c8a7
commit 4257e1ce4f
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Overview of Changes in 4.9.1, dd-mm-yyyy
========================================
Overview of Changes in 4.8.1, 16-09-2022
========================================

View File

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