From 720f0cc1a3ac903403da88126090bbd933dd64f4 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 2 Oct 2020 13:53:47 +0100
Subject: [PATCH] Release v0.20201002.0

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/changelog                          | 4 ++--
 debian/libsteam-runtime-tools-0-0.symbols | 1 +
 meson.build                               | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 28c04584b..7c30cb04d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20200929.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20201002.0) scout; urgency=medium
 
   [ Ludovico de Nittis ]
   * Reapply "runtime: Set STEAM_RUNTIME=/ if running in scout".
@@ -48,7 +48,7 @@ steam-runtime-tools (0.20200929.0) UNRELEASED; urgency=medium
   * tests: Consolidate test-helper libraries
   * Fix various gtk-doc warnings
 
- -- Simon McVittie <smcv@collabora.com>  Fri, 02 Oct 2020 10:41:37 +0100
+ -- Simon McVittie <smcv@collabora.com>  Fri, 02 Oct 2020 13:53:34 +0100
 
 steam-runtime-tools (0.20200914.0) scout; urgency=medium
 
diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols
index 43762e52e..38c338104 100644
--- a/debian/libsteam-runtime-tools-0-0.symbols
+++ b/debian/libsteam-runtime-tools-0-0.symbols
@@ -1,5 +1,6 @@
 libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
 * Build-Depends-Package: libsteam-runtime-tools-0-dev
+ _srt_divert_stdout_to_stderr@Base 0.20201002.0
  _srt_filter_gameoverlayrenderer@Base 0.20190822.0
  _srt_rm_rf@Base 0.20200306.0
  _srt_unblock_signals@Base 0.20200109.0
diff --git a/meson.build b/meson.build
index 9bab17504..7b7d94645 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20200914.0',
+  version : '0.20201002.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 = '20200914.0'
+abi_minor = '20201002.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')
-- 
GitLab