diff --git a/debian/changelog b/debian/changelog index 08a612eb546a25df9affcc9e8c95f75d649c439f..c2c9c5edcd877bebd25bd3922fffcd870cc80da1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20241122.0) UNRELEASED; urgency=medium +steam-runtime-tools (0.20241125.0) steamrt; urgency=medium * pressure-vessel: - Generate /etc/passwd, /etc/group for the container. @@ -15,7 +15,7 @@ steam-runtime-tools (0.20241122.0) UNRELEASED; urgency=medium s-r-launcher-service * Documentation improvements - -- Simon McVittie <smcv@collabora.com> Mon, 25 Nov 2024 16:59:44 +0000 + -- Simon McVittie <smcv@collabora.com> Mon, 25 Nov 2024 17:04:10 +0000 steam-runtime-tools (0.20241118.0) steamrt; urgency=medium diff --git a/meson.build b/meson.build index a27017f807ee258dccbd7f2fb488a41e8a917a4d..899d57c574e4d9b09bec743004793e429ff721e7 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', - version : '0.20241118.0', + version : '0.20241125.0', default_options: [ 'c_std=c99', 'warning_level=2', @@ -33,7 +33,7 @@ project( api_major = '0' abi_major = '0' -abi_minor = '20241118.0' +abi_minor = '20241125.0' gnome = import('gnome') pkg = import('pkgconfig')