tuhi 0.3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a6a33ce6b4
commit
d4dcccf36d
|
@ -1,9 +1,9 @@
|
||||||
project('tuhi',
|
project('tuhi',
|
||||||
version: '0.2',
|
version: '0.3',
|
||||||
license: 'GPLv2',
|
license: 'GPLv2',
|
||||||
meson_version: '>= 0.48.0')
|
meson_version: '>= 0.48.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-08-26'
|
version_date='2019-09-12'
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
dependency('python3', required: true)
|
dependency('python3', required: true)
|
||||||
|
|
Loading…
Reference in New Issue