From: Matthias Clasen Date: Wed, 28 Sep 2022 17:19:49 +0000 (-0400) Subject: Post-release version bump X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~228 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4257e1ce4f0d3a18e8bc32cd29b049b56a02ec6e;p=gtk4.git 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. --- diff --git a/NEWS b/NEWS index fa73963a7c..6471d67da7 100644 --- 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 ======================================== diff --git a/meson.build b/meson.build index 23e932334c..494c81ac93 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.8.1', + version: '4.9.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',