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

Release v0.20230621.0

parent 241e5ec3
No related branches found
No related tags found
No related merge requests found
Pipeline #52930 passed
steam-runtime-tools (0.20230621.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20230621.0) steamrt; urgency=medium
* pressure-vessel:
- Don't let bubblewrap prevent standard output from reporting
......@@ -20,7 +20,7 @@ steam-runtime-tools (0.20230621.0) UNRELEASED; urgency=medium
arguments
- Mention Steam Runtime 5 as another possible future branch
-- Simon McVittie <smcv@collabora.com> Wed, 21 Jun 2023 16:05:30 +0100
-- Simon McVittie <smcv@collabora.com> Wed, 21 Jun 2023 16:51:12 +0100
steam-runtime-tools (0.20230605.0) steamrt; urgency=medium
......
......@@ -83,6 +83,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_graphics_issues_get_type@Base 0.20190822.0
srt_graphics_library_is_vendor_neutral@Base 0.20191120.0
srt_graphics_library_vendor_get_type@Base 0.20191120.0
srt_input_device_dup_hid_report_descriptor@Base 0.20230621.0
srt_input_device_dup_hid_uevent@Base 0.20201124.0
srt_input_device_dup_input_uevent@Base 0.20201124.0
srt_input_device_dup_udev_properties@Base 0.20201124.0
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c',
version : '0.20230605.0',
version : '0.20230621.0',
default_options: [
'c_std=c99',
'warning_level=2',
......@@ -33,7 +33,7 @@ project(
api_major = '0'
abi_major = '0'
abi_minor = '20230605.0'
abi_minor = '20230621.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