Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/261/head 0.4
Peter Hutterer 2020-07-21 16:54:52 +10:00
parent 3c1a84e1ab
commit 927fc0216b
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
project('tuhi', project('tuhi',
version: '0.3', version: '0.4',
license: 'GPLv2', license: 'GPLv2',
meson_version: '>= 0.50.0') meson_version: '>= 0.50.0')
# The tag date of the project_version(), update when the version bumps. # The tag date of the project_version(), update when the version bumps.
version_date='2019-09-12' version_date='2020-06-21'
# Dependencies # Dependencies
dependency('pygobject-3.0', version: '>= 3.30', required: true) dependency('pygobject-3.0', version: '>= 3.30', required: true)