From 8ee1c27e6389cc3d531fe066c1695ef1c0e4b6d7 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Fri, 10 Jan 2020 16:20:32 +0000 Subject: [PATCH] build: Belatedly update version number in meson.build Signed-off-by: Simon McVittie <smcv@collabora.com> --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 2ed7a2cba..07322740e 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', - version : '0.20191024.0', + version : '0.20200109.0', default_options: [ 'c_std=c99', 'cpp_std=c++11', @@ -34,7 +34,7 @@ add_languages('cpp') api_major = '0' abi_major = '0' -abi_minor = '20191024.0' +abi_minor = '20200109.0' pkg = import('pkgconfig') gnome = import('gnome') -- GitLab