diff --git a/debian/changelog b/debian/changelog
index 7a4ed388cb3ee44b25ca5f82cd2b52094d732588..7b9b988c34c4858b96effc69e6aec9829bcd6031 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 ccb3d038063ab086d3a634486af4bde9201f5889..ff0ce4466941592cd934bc70f38e37374a29fd71 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 0c9603a03132afde727aecc0864170e2582b706f..d13e5909fd4d18b2e57b0d441806d159112eb2a4 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')