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

Release v0.20210331.0

parent 187507ef
Branches
Tags
No related merge requests found
Pipeline #11077 passed
steam-runtime-tools (0.20210331.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20210331.0) scout; urgency=medium
[ Simon McVittie ]
* Fix handling of libraries with non-ASCII paths
......@@ -23,7 +23,7 @@ steam-runtime-tools (0.20210331.0) UNRELEASED; urgency=medium
and makes it possible to open http and https URLs via Steam if
xdg-desktop-portal is not available. (Helps: T27036)
-- Simon McVittie <smcv@collabora.com> Wed, 31 Mar 2021 15:05:48 +0100
-- Simon McVittie <smcv@collabora.com> Wed, 31 Mar 2021 16:59:04 +0100
steam-runtime-tools (0.20210317.0) scout; urgency=medium
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210317.0',
version : '0.20210331.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 = '20210317.0'
abi_minor = '20210331.0'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment