Using git commit hash as a version now

This commit is contained in:
ArtyIF 2022-07-25 09:21:03 +03:00
parent d2cdd0c299
commit 0e5d5d011a

View file

@ -1,5 +1,5 @@
project('adwcustomizer',
version: '0.0.26',
version: 'git-' + run_command('git', 'rev-parse', '--short', 'HEAD', check: true).stdout().strip(),
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',