Skip to content
Snippets Groups Projects
Commit c7ada506 authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix version number

parent 78d507c5
No related branches found
No related tags found
No related merge requests found
steam-runtime-tools (0.20200331.1-0+steamrt1.1) UNRELEASED; urgency=medium
* Fix version number
-- Simon McVittie <smcv@collabora.com> Tue, 31 Mar 2020 20:51:36 +0100
steam-runtime-tools (0.20200331.0-0+steamrt1.1) scout; urgency=medium
[ Ludovico de Nittis ]
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c',
version : '0.20200306.0',
version : '0.20200331.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 = '20200306.0'
abi_minor = '20200331.1'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment