From 34fd568fbfbc1f45f76aa91708fc4c57914c8aba Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 7 Oct 2020 16:25:13 +0100
Subject: [PATCH] Release v0.20201007.0

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

diff --git a/debian/changelog b/debian/changelog
index 0051e814f..b3077a2d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20201007.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20201007.0) scout; urgency=medium
 
   [ Ludovico de Nittis ]
   * wrap: Do not lock LD_PRELOAD, so that games run in session mode get the
@@ -15,7 +15,7 @@ steam-runtime-tools (0.20201007.0) UNRELEASED; urgency=medium
   * flatpak-run: Make this more similar to Flatpak's version
   * tests: Allow more time for test-locale-gen.sh
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 07 Oct 2020 16:15:22 +0100
+ -- Simon McVittie <smcv@collabora.com>  Wed, 07 Oct 2020 16:25:00 +0100
 
 steam-runtime-tools (0.20201002.0) scout; urgency=medium
 
diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols
index 38c338104..dea1f89f2 100644
--- a/debian/libsteam-runtime-tools-0-0.symbols
+++ b/debian/libsteam-runtime-tools-0-0.symbols
@@ -76,6 +76,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
  srt_steam_get_data_path@Base 0.20200415.0
  srt_steam_get_install_path@Base 0.20200415.0
  srt_steam_get_issues@Base 0.20200415.0
+ srt_steam_get_steamscript_path@Base 0.20201007.0
+ srt_steam_get_steamscript_version@Base 0.20201007.0
  srt_steam_get_type@Base 0.20200415.0
  srt_steam_issues_get_type@Base 0.20190816.0
  srt_system_info_can_run@Base 0.20190801.0
@@ -101,6 +103,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
  srt_system_info_dup_steam_bin32_path@Base 0.20200908.0
  srt_system_info_dup_steam_data_path@Base 0.20190926.0
  srt_system_info_dup_steam_installation_path@Base 0.20190816.0
+ srt_system_info_dup_steamscript_path@Base 0.20201007.0
+ srt_system_info_dup_steamscript_version@Base 0.20201007.0
  srt_system_info_get_container_type@Base 0.20200306.0
  srt_system_info_get_known_x86_features@Base 0.20200908.0
  srt_system_info_get_locale_issues@Base 0.20190909.0
diff --git a/meson.build b/meson.build
index 7b7d94645..58b0f8f09 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20201002.0',
+  version : '0.20201007.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 = '20201002.0'
+abi_minor = '20201007.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')
-- 
GitLab