From: Matthias Clasen Date: Wed, 28 Sep 2022 17:17:46 +0000 (-0400) Subject: Post-release version bump X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~1^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a66b3caa1ac66ca4e28a18e09f716594090e16a7;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. --- diff --git a/NEWS b/NEWS index fa73963a7c..c26a98b24c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Overview of Changes in 4.8.2, dd-mm-yyyy +======================================== + + Overview of Changes in 4.8.1, 16-09-2022 ======================================== diff --git a/meson.build b/meson.build index 23e932334c..d0c771119a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.8.1', + version: '4.8.2', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',