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

Release v0.20221115.1

parent 4683ad29
No related branches found
No related tags found
No related merge requests found
Pipeline #36721 passed
steam-runtime-tools (0.20221115.1) steamrt; urgency=medium
* tests: Don't assume /dev/shm is a real directory.
In older chroot environments it's sometimes a symbolic link to /run/shm.
-- Simon McVittie <smcv@collabora.com> Tue, 15 Nov 2022 18:49:16 +0000
steam-runtime-tools (0.20221115.0) steamrt; urgency=medium steam-runtime-tools (0.20221115.0) steamrt; urgency=medium
[ Ludovico de Nittis ] [ Ludovico de Nittis ]
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'steam-runtime-tools', 'c',
version : '0.20221115.0', version : '0.20221115.1',
default_options: [ default_options: [
'c_std=c99', 'c_std=c99',
'warning_level=2', 'warning_level=2',
...@@ -33,7 +33,7 @@ project( ...@@ -33,7 +33,7 @@ project(
api_major = '0' api_major = '0'
abi_major = '0' abi_major = '0'
abi_minor = '20221115.0' abi_minor = '20221115.1'
gnome = import('gnome') gnome = import('gnome')
pkg = import('pkgconfig') 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