Skip to content
Snippets Groups Projects
Commit 92baa15f authored by Simon McVittie's avatar Simon McVittie
Browse files

Release v0.20210203.0

parent ffa71542
No related branches found
No related tags found
No related merge requests found
Pipeline #8409 passed
steam-runtime-tools (0.20210203.0) scout; urgency=medium
* pressure-vessel: Revert improvements to speed of container setup.
This optimization caused some Vulkan layers and ICDs to appear more
than once in the container, which makes some games hang.
(Maybe resolves: steam-runtime#361, steam-runtime#362, steam-runtime#363)
* system-info: Log environment variables used by various Vulkan layers
-- Simon McVittie <smcv@collabora.com> Wed, 03 Feb 2021 16:33:56 +0000
steam-runtime-tools (0.20210201.0) scout; urgency=medium
[ Simon McVittie ]
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210201.0',
version : '0.20210203.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 = '20210201.0'
abi_minor = '20210203.0'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment