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

Prepare v0.20241111.0

parent daf86375
Branches
Tags v0.20241111.0
No related merge requests found
Pipeline #107884 passed
steam-runtime-tools (0.20241106.0) UNRELEASED; urgency=medium steam-runtime-tools (0.20241111.0) steamrt; urgency=medium
* pressure-vessel: * pressure-vessel:
- Add a mechanism to set SDL_DYNAMIC_API to force use of the runtime's - Add a mechanism to set SDL_DYNAMIC_API to force use of the runtime's
...@@ -13,7 +13,7 @@ steam-runtime-tools (0.20241106.0) UNRELEASED; urgency=medium ...@@ -13,7 +13,7 @@ steam-runtime-tools (0.20241106.0) UNRELEASED; urgency=medium
This is not practically useful yet, but will become relevant when This is not practically useful yet, but will become relevant when
we start to provide SDL3 in runtimes. (steamrt/tasks#578) we start to provide SDL3 in runtimes. (steamrt/tasks#578)
-- Simon McVittie <smcv@collabora.com> Wed, 06 Nov 2024 11:15:23 +0000 -- Simon McVittie <smcv@collabora.com> Mon, 11 Nov 2024 17:32:39 +0000
steam-runtime-tools (0.20241101.0) steamrt; urgency=medium steam-runtime-tools (0.20241101.0) steamrt; urgency=medium
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'steam-runtime-tools', 'c',
version : '0.20241101.0', version : '0.20241111.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 = '20241101.0' abi_minor = '20241111.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