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

Prepare v0.20240422.0

parent 19ab2b65
Branches
Tags v0.20240422.0
No related merge requests found
Pipeline #85380 failed
steam-runtime-tools (0.20240422.0) UNRELEASED; urgency=medium steam-runtime-tools (0.20240422.0) steamrt; urgency=medium
* srt-logger: * srt-logger:
- Drop severity of log redirection from NOTICE to INFO. - Drop severity of log redirection from NOTICE to INFO.
...@@ -18,7 +18,7 @@ steam-runtime-tools (0.20240422.0) UNRELEASED; urgency=medium ...@@ -18,7 +18,7 @@ steam-runtime-tools (0.20240422.0) UNRELEASED; urgency=medium
+ Fix function detection when using -Werror=return-type + Fix function detection when using -Werror=return-type
- .editorconfig: Add - .editorconfig: Add
-- Simon McVittie <smcv@collabora.com> Mon, 22 Apr 2024 14:26:20 +0100 -- Simon McVittie <smcv@collabora.com> Mon, 22 Apr 2024 19:56:26 +0100
steam-runtime-tools (0.20240415.0) steamrt; urgency=medium steam-runtime-tools (0.20240415.0) steamrt; urgency=medium
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'steam-runtime-tools', 'c',
version : '0.20240415.0', version : '0.20240422.0',
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 = '20240415.0' abi_minor = '20240422.0'
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.
Please register or to comment