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

Release v0.20210114.0

parent 557132e4
No related branches found
No related tags found
No related merge requests found
Pipeline #7486 passed
steam-runtime-tools (0.20210113.0) UNRELEASED; urgency=medium steam-runtime-tools (0.20210114.0) scout; urgency=medium
[ Ludovico de Nittis ] [ Ludovico de Nittis ]
* pressure-vessel: Fix loading of ICDs and Vulkan layers that are * pressure-vessel: Fix loading of ICDs and Vulkan layers that are
...@@ -22,7 +22,7 @@ steam-runtime-tools (0.20210113.0) UNRELEASED; urgency=medium ...@@ -22,7 +22,7 @@ steam-runtime-tools (0.20210113.0) UNRELEASED; urgency=medium
Future versions of SteamLinuxRuntime will use this to move the Future versions of SteamLinuxRuntime will use this to move the
non-Steampipe-managed runtimes into a var/ subdirectory. non-Steampipe-managed runtimes into a var/ subdirectory.
-- Simon McVittie <smcv@collabora.com> Wed, 13 Jan 2021 19:10:42 +0000 -- Simon McVittie <smcv@collabora.com> Thu, 14 Jan 2021 14:29:37 +0000
steam-runtime-tools (0.20210105.0) scout; urgency=medium steam-runtime-tools (0.20210105.0) scout; urgency=medium
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'cpp', 'steam-runtime-tools', 'c', 'cpp',
version : '0.20210105.0', version : '0.20210114.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 = '20210105.0' abi_minor = '20210114.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.
Finish editing this message first!
Please register or to comment