From 9d15225e74edc2f0829b13762e4cebc802c4e1f3 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Fri, 1 Nov 2024 12:19:41 +0000 Subject: [PATCH] Prepare v0.20241101.0 Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 4 ++-- meson.build | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 24cff744f..b3902d129 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20241030.0) UNRELEASED; urgency=medium +steam-runtime-tools (0.20241101.0) steamrt; urgency=medium * pressure-vessel: - Fix setup of VDPAU drivers in the container, which regressed in @@ -25,7 +25,7 @@ steam-runtime-tools (0.20241030.0) UNRELEASED; urgency=medium - Avoid invalid escape sequences in JSON, avoiding test failures with json-glib 1.10 - -- Simon McVittie <smcv@collabora.com> Wed, 30 Oct 2024 16:35:32 +0000 + -- Simon McVittie <smcv@collabora.com> Fri, 01 Nov 2024 12:18:54 +0000 steam-runtime-tools (0.20240916.0) steamrt; urgency=medium diff --git a/meson.build b/meson.build index e10eb047f..cbd8b6009 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', - version : '0.20240916.0', + version : '0.20241101.0', default_options: [ 'c_std=c99', 'warning_level=2', @@ -33,7 +33,7 @@ project( api_major = '0' abi_major = '0' -abi_minor = '20240916.0' +abi_minor = '20241101.0' gnome = import('gnome') pkg = import('pkgconfig') -- GitLab