meson.build: piper 0.3

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2019-08-02 13:54:03 +10:00
parent 172d34eeda
commit ca4a1e9477

View File

@@ -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('''