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

Release v0.20201007.0

parent 2fe8602f
No related branches found
No related tags found
No related merge requests found
Pipeline #4744 passed
steam-runtime-tools (0.20201007.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20201007.0) scout; urgency=medium
[ Ludovico de Nittis ]
* wrap: Do not lock LD_PRELOAD, so that games run in session mode get the
......@@ -15,7 +15,7 @@ steam-runtime-tools (0.20201007.0) UNRELEASED; urgency=medium
* flatpak-run: Make this more similar to Flatpak's version
* tests: Allow more time for test-locale-gen.sh
-- Simon McVittie <smcv@collabora.com> Wed, 07 Oct 2020 16:15:22 +0100
-- Simon McVittie <smcv@collabora.com> Wed, 07 Oct 2020 16:25:00 +0100
steam-runtime-tools (0.20201002.0) scout; urgency=medium
......
......@@ -76,6 +76,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_steam_get_data_path@Base 0.20200415.0
srt_steam_get_install_path@Base 0.20200415.0
srt_steam_get_issues@Base 0.20200415.0
srt_steam_get_steamscript_path@Base 0.20201007.0
srt_steam_get_steamscript_version@Base 0.20201007.0
srt_steam_get_type@Base 0.20200415.0
srt_steam_issues_get_type@Base 0.20190816.0
srt_system_info_can_run@Base 0.20190801.0
......@@ -101,6 +103,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_dup_steam_bin32_path@Base 0.20200908.0
srt_system_info_dup_steam_data_path@Base 0.20190926.0
srt_system_info_dup_steam_installation_path@Base 0.20190816.0
srt_system_info_dup_steamscript_path@Base 0.20201007.0
srt_system_info_dup_steamscript_version@Base 0.20201007.0
srt_system_info_get_container_type@Base 0.20200306.0
srt_system_info_get_known_x86_features@Base 0.20200908.0
srt_system_info_get_locale_issues@Base 0.20190909.0
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20201002.0',
version : '0.20201007.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 = '20201002.0'
abi_minor = '20201007.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