diff --git a/debian/changelog b/debian/changelog index 24cff744f880dfaeb9b8097a96dd645eb938efea..b3902d129c3208d89513ba768589264ce8c5d397 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20241030.0) UNRELEASED; urgency=medium +steam-runtime-tools (0.20241101.0) steamrt; urgency=medium * pressure-vessel: - Fix setup of VDPAU drivers in the container, which regressed in @@ -25,7 +25,7 @@ steam-runtime-tools (0.20241030.0) UNRELEASED; urgency=medium - Avoid invalid escape sequences in JSON, avoiding test failures with json-glib 1.10 - -- Simon McVittie <smcv@collabora.com> Wed, 30 Oct 2024 16:35:32 +0000 + -- Simon McVittie <smcv@collabora.com> Fri, 01 Nov 2024 12:18:54 +0000 steam-runtime-tools (0.20240916.0) steamrt; urgency=medium diff --git a/meson.build b/meson.build index e10eb047f09d5754ee223e100302f357826b2147..cbd8b6009f726aa52e818cdad49a5dccd40c36c3 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', - version : '0.20240916.0', + version : '0.20241101.0', default_options: [ 'c_std=c99', 'warning_level=2', @@ -33,7 +33,7 @@ project( api_major = '0' abi_major = '0' -abi_minor = '20240916.0' +abi_minor = '20241101.0' gnome = import('gnome') pkg = import('pkgconfig')