Centralize release version in root VERSION file.

This commit is contained in:
2026-07-28 09:12:53 -06:00
parent 8150d6c48c
commit 344f5af01b
6 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
project('zoitechat', 'c',
version: '2.18.3',
version: run_command('cat', 'VERSION', check: true).stdout().strip(),
meson_version: '>= 0.55.0',
default_options: [
'c_std=c17',