From c89d10a1a156034fb124bd7056d17039ba379801 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Tue, 8 Jun 2021 16:27:28 +0100 Subject: [PATCH] Rebuild with adjusted CI settings To get the deploy job to run, the tags need to be configured as protected so they get to see all the necessary variables. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 6 ++++++ meson.build | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e313891d..8216e4d1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +steam-runtime-tools (0.20210608.1) scout; urgency=medium + + * Rebuild with adjusted CI settings + + -- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:26:59 +0100 + steam-runtime-tools (0.20210608.0) scout; urgency=medium [ Simon McVittie ] diff --git a/meson.build b/meson.build index b5224860d..9c870247d 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20210608.0', + version : '0.20210608.1', default_options: [ 'c_std=c99', 'cpp_std=c++11', @@ -35,7 +35,7 @@ add_languages('cpp') api_major = '0' abi_major = '0' -abi_minor = '20210608.0' +abi_minor = '20210608.1' pkg = import('pkgconfig') gnome = import('gnome') -- GitLab