diff options
| author | allusive-dev <[email protected]> | 2023-11-16 09:06:58 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-16 09:06:58 +1100 |
| commit | 7a2213d767b299fbd04499bdb0819c1b36994f20 (patch) | |
| tree | d6df3ddc7f327cd3e5d08d3dd4688fda0b4adeff | |
| parent | buildtype release by default (diff) | |
| download | compfy-7a2213d767b299fbd04499bdb0819c1b36994f20.tar.xz compfy-7a2213d767b299fbd04499bdb0819c1b36994f20.zip | |
version number
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index bc38ac6..32c683b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('compfy', 'c', version: '1.6.1', +project('compfy', 'c', version: '1.6.3', default_options: ['c_std=c11', 'warning_level=1']) cc = meson.get_compiler('c') |