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 is contained in:
Matthias Clasen 2022-09-28 13:17:46 -04:00
parent 39bc13c8a7
commit a66b3caa1a
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Overview of Changes in 4.8.2, 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.8.2',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',