From 057d8393c051a95ca24966432951bd08bceac444 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Mon, 25 Nov 2024 17:04:41 +0000
Subject: [PATCH] Prepare v0.20241125.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 08a612eb5..c2c9c5edc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20241122.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20241125.0) steamrt; urgency=medium
 
   * pressure-vessel:
     - Generate /etc/passwd, /etc/group for the container.
@@ -15,7 +15,7 @@ steam-runtime-tools (0.20241122.0) UNRELEASED; urgency=medium
       s-r-launcher-service
   * Documentation improvements
 
- -- Simon McVittie <smcv@collabora.com>  Mon, 25 Nov 2024 16:59:44 +0000
+ -- Simon McVittie <smcv@collabora.com>  Mon, 25 Nov 2024 17:04:10 +0000
 
 steam-runtime-tools (0.20241118.0) steamrt; urgency=medium
 
diff --git a/meson.build b/meson.build
index a27017f80..899d57c57 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c',
-  version : '0.20241118.0',
+  version : '0.20241125.0',
   default_options: [
     'c_std=c99',
     'warning_level=2',
@@ -33,7 +33,7 @@ project(
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '20241118.0'
+abi_minor = '20241125.0'
 
 gnome = import('gnome')
 pkg = import('pkgconfig')
-- 
GitLab