diff --git a/debian/changelog b/debian/changelog index 3b50b0d42bf18a6d13a4e596250ee569257746c6..dff1b7a2ec7cad4c2068f6f10ccc73f622f4b583 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20210630.1) UNRELEASED; urgency=medium +steam-runtime-tools (0.20210722.0) scout; urgency=medium [ Ludovico de Nittis ] * pv-runtime: Share /usr/share/nvidia with container if NVIDIA driver @@ -7,6 +7,7 @@ steam-runtime-tools (0.20210630.1) UNRELEASED; urgency=medium (steam-runtime-tools#33, T28950) [ Simon McVittie ] + * pv-runtime: Fix startup regression on NixOS (steam-runtime#431) * pressure-vessel: Remove the concept of "locking" environment variables. This complexity is no longer necessary with the simplified compat-tool interface in the current stable version of Steam. @@ -14,7 +15,7 @@ steam-runtime-tools (0.20210630.1) UNRELEASED; urgency=medium * Add licensing information in REUSE format * CI/test improvements - -- Simon McVittie <smcv@collabora.com> Tue, 20 Jul 2021 18:03:02 +0100 + -- Simon McVittie <smcv@collabora.com> Thu, 22 Jul 2021 17:39:53 +0100 steam-runtime-tools (0.20210630.0) scout; urgency=medium diff --git a/meson.build b/meson.build index abaafde0d599eea90965a6c8036d9e98aca7a739..7fada188cc80e482609c9f78a22e1160e651c13b 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20210630.0', + version : '0.20210722.0', default_options: [ 'c_std=c99', 'cpp_std=c++11', @@ -35,7 +35,7 @@ add_languages('cpp') api_major = '0' abi_major = '0' -abi_minor = '20210630.0' +abi_minor = '20210722.0' pkg = import('pkgconfig') gnome = import('gnome')