From 61484e7b989dae0fa90f751f9fb0bbbdd1ef3ecc Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 17 Jul 2019 13:03:10 +0100
Subject: [PATCH] v0.20190717.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, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a4ed388c..7b9b988c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-steam-runtime-tools (0-0+collabora1) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20190717.0-0+collabora1) upstream; urgency=medium
 
   * Initial release
 
- -- Simon McVittie <smcv@collabora.com>  Tue, 02 Apr 2019 17:32:19 +0100
+ -- Simon McVittie <smcv@collabora.com>  Wed, 17 Jul 2019 12:59:02 +0100
diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols
index ccb3d0380..ff0ce4466 100644
--- a/debian/libsteam-runtime-tools-0-0.symbols
+++ b/debian/libsteam-runtime-tools-0-0.symbols
@@ -1,4 +1,4 @@
 libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
 * Build-Depends-Package: libsteam-runtime-tools-0-dev
- srt_architecture_can_run_i386@Base 0~
- srt_architecture_can_run_x86_64@Base 0~
+ srt_architecture_can_run_i386@Base 0.20190717.0
+ srt_architecture_can_run_x86_64@Base 0.20190717.0
diff --git a/meson.build b/meson.build
index 0c9603a03..d13e5909f 100644
--- a/meson.build
+++ b/meson.build
@@ -21,11 +21,11 @@
 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-project('steam-runtime-tools', 'c', version : '0.20190627.0')
+project('steam-runtime-tools', 'c', version : '0.20190717.0')
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '0.0'
+abi_minor = '20190717.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')
-- 
GitLab