diff --git a/NEWS b/NEWS index 4ac0a9ab0..ff6ff7898 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in GLib 2.83.2, 2024-12-11 +============================================== + +* This release has the same code as 2.83.1, but contains a fix for release + archive generation which means that 2.83.1 does not have a release archive + +* Bugs fixed: + - !4433 ci: Enable -Dintrospection for dist builds + Overview of changes in GLib 2.83.1, 2024-12-11 ============================================== diff --git a/meson.build b/meson.build index bf2638df7..782636da7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.83.1', + version : '2.83.2', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.4.0', default_options : [