From ca4a1e9477f8407ed577e1f0f9fe3ebde303580c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 2 Aug 2019 13:54:03 +1000 Subject: [PATCH] meson.build: piper 0.3 Signed-off-by: Peter Hutterer --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 0abb017..66ed3b2 100644 --- a/meson.build +++ b/meson.build @@ -1,9 +1,9 @@ project('piper', - version: '0.2.905', + version: '0.3', license: 'GPLv2', meson_version: '>= 0.42.0') # The tag date of the project_version(), update when the version bumps. -version_date='2019-01-24' +version_date='2019-08-02' # The DBus API version of ratbagd that we are compatible with. Anything # higher or lower will not be compatible so make sure you bumpt that to the @@ -15,7 +15,7 @@ ratbagd_api_version = 1 dependency('python3', required: true) dependency('pygobject-3.0', required: true) ratbagd = find_program('ratbagd', required: false) -ratbagd_required_version='0.9.906' +ratbagd_required_version='0.10' if not ratbagd.found() message('''