diff --git a/meson.build b/meson.build index a9f9c3a..c52b376 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ -project('myproject', 'c', version: '3.4') +project('patricus utils', 'c', version: '3.4') # Get the short git commit hash -git_hash = run_command('git', 'rev-parse', '--short', 'HEAD', check: true).stdout().strip() +git_hash = run_command('git', 'rev-parse', 'HEAD', check: true).stdout().strip() # Combine version and hash full_version = '@0@(@1@)'.format(meson.project_version(), git_hash)