mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 20:05:42 +02:00
meson: set versoion
This commit is contained in:
parent
223803901c
commit
596c52fd9d
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
project('f00bar', 'c',
|
project('f00bar', 'c',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
|
version: '1.0.0',
|
||||||
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])
|
||||||
|
|
||||||
add_project_arguments(
|
add_project_arguments(
|
||||||
|
|
Loading…
Add table
Reference in a new issue