diff options
| author | 2024-01-01 12:08:41 -0500 | |
|---|---|---|
| committer | 2024-01-01 12:08:41 -0500 | |
| commit | 4565c5a2fc23049a29d20226a6b0a4368d2f55ef (patch) | |
| tree | a1570d8a80be6c1f0ec105aeb723dfb5db1a6802 | |
| parent | ff0baeb32096e52d30877c2ee333c88efb88f75a (diff) | |
| download | stela-4565c5a2fc23049a29d20226a6b0a4368d2f55ef.tar.gz stela-4565c5a2fc23049a29d20226a6b0a4368d2f55ef.tar.bz2 stela-4565c5a2fc23049a29d20226a6b0a4368d2f55ef.zip | |
Reset version
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 09c9fed..27bc428 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sekihi', 'c', version: '0.1', +project('sekihi', 'c', version: '0.01', default_options: ['warning_level=2', 'c_std=c99']) compiler = meson.get_compiler('c') |