From 609f007e1698b3393f7db025aaa585344155b11e Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Tue, 8 Jun 2021 16:10:13 +0100 Subject: [PATCH] Release v0.20210608.0 Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 5 +++-- meson.build | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60271cb99..2e313891d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium +steam-runtime-tools (0.20210608.0) scout; urgency=medium [ Simon McVittie ] * pressure-vessel: Build capsule-capture-libs from a bundled copy of @@ -13,6 +13,7 @@ steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium * system-info: Show /overrides even if in scout runtime. This is helpful if we're stacking the scout runtime onto the soldier runtime (T18668): both pinned_libs_* and overrides are relevant there. + * CI: Upload a pressure-vessel binary release for each tag (T28526) [ Ludovico de Nittis ] * system-info: Use a more compact output for overrides and pinned @@ -26,7 +27,7 @@ steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium * pv-wrap: Adjust Flatpak libshared-library-guard configuration path (T27444) - -- Simon McVittie <smcv@collabora.com> Fri, 04 Jun 2021 18:51:10 +0100 + -- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:06:58 +0100 steam-runtime-tools (0.20210518.0) scout; urgency=medium diff --git a/meson.build b/meson.build index ba229d14a..b5224860d 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20210518.0', + version : '0.20210608.0', default_options: [ 'c_std=c99', 'cpp_std=c++11', @@ -35,7 +35,7 @@ add_languages('cpp') api_major = '0' abi_major = '0' -abi_minor = '20210518.0' +abi_minor = '20210608.0' pkg = import('pkgconfig') gnome = import('gnome') -- GitLab