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

Release v0.20230216.0

parent c6068655
No related branches found
Tags v0.20230216.0
No related merge requests found
Pipeline #41784 passed
steam-runtime-tools (0.20230216.0) steamrt; urgency=high
* check-vulkan: Add new error codes from Vulkan-Loader v1.3.239
(steamrt/tasks#228)
* pv-wrap: Temporarily provide /run/host/container-runtime.
This is a hotfix for a SDL 2.26.x regression that broke controller
hotplug (steamrt/tasks#234)
-- Simon McVittie <smcv@collabora.com> Thu, 16 Feb 2023 13:58:13 +0000
steam-runtime-tools (0.20230206.0) steamrt; urgency=medium
[ Ludovico de Nittis ]
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c',
version : '0.20230206.0',
version : '0.20230216.0',
default_options: [
'c_std=c99',
'warning_level=2',
......@@ -33,7 +33,7 @@ project(
api_major = '0'
abi_major = '0'
abi_minor = '20230206.0'
abi_minor = '20230216.0'
gnome = import('gnome')
pkg = import('pkgconfig')
......
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