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

Release v0.20201002.0

parent 6b34a1f7
No related branches found
No related tags found
No related merge requests found
Pipeline #4656 passed
steam-runtime-tools (0.20200929.0) UNRELEASED; urgency=medium steam-runtime-tools (0.20201002.0) scout; urgency=medium
[ Ludovico de Nittis ] [ Ludovico de Nittis ]
* Reapply "runtime: Set STEAM_RUNTIME=/ if running in scout". * Reapply "runtime: Set STEAM_RUNTIME=/ if running in scout".
...@@ -48,7 +48,7 @@ steam-runtime-tools (0.20200929.0) UNRELEASED; urgency=medium ...@@ -48,7 +48,7 @@ steam-runtime-tools (0.20200929.0) UNRELEASED; urgency=medium
* tests: Consolidate test-helper libraries * tests: Consolidate test-helper libraries
* Fix various gtk-doc warnings * Fix various gtk-doc warnings
-- Simon McVittie <smcv@collabora.com> Fri, 02 Oct 2020 10:41:37 +0100 -- Simon McVittie <smcv@collabora.com> Fri, 02 Oct 2020 13:53:34 +0100
steam-runtime-tools (0.20200914.0) scout; urgency=medium steam-runtime-tools (0.20200914.0) scout; urgency=medium
......
libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
* Build-Depends-Package: libsteam-runtime-tools-0-dev * Build-Depends-Package: libsteam-runtime-tools-0-dev
_srt_divert_stdout_to_stderr@Base 0.20201002.0
_srt_filter_gameoverlayrenderer@Base 0.20190822.0 _srt_filter_gameoverlayrenderer@Base 0.20190822.0
_srt_rm_rf@Base 0.20200306.0 _srt_rm_rf@Base 0.20200306.0
_srt_unblock_signals@Base 0.20200109.0 _srt_unblock_signals@Base 0.20200109.0
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'cpp', 'steam-runtime-tools', 'c', 'cpp',
version : '0.20200914.0', version : '0.20201002.0',
default_options: [ default_options: [
'c_std=c99', 'c_std=c99',
'cpp_std=c++11', 'cpp_std=c++11',
...@@ -35,7 +35,7 @@ add_languages('cpp') ...@@ -35,7 +35,7 @@ add_languages('cpp')
api_major = '0' api_major = '0'
abi_major = '0' abi_major = '0'
abi_minor = '20200914.0' abi_minor = '20201002.0'
pkg = import('pkgconfig') pkg = import('pkgconfig')
gnome = import('gnome') gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment