summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-01-01 12:09:06 -0500
committerAndrew Opalach <andrew@akon.city> 2024-01-01 12:09:06 -0500
commitb1f375225c1e4096461d08fa351d78062d0ae47b (patch)
treea25ab6326c0b9a78cc07486092150c6fa4520d45
parent2c288fa1b6ecc26504717aa6b878dfe9fb5bca3e (diff)
downloadcamu-b1f375225c1e4096461d08fa351d78062d0ae47b.tar.gz
camu-b1f375225c1e4096461d08fa351d78062d0ae47b.tar.bz2
camu-b1f375225c1e4096461d08fa351d78062d0ae47b.zip
Reset version
Signed-off-by: Andrew Opalach <andrew@akon.city>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e98113d..354f64e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('camu', ['c', 'cpp'], version: '0.2',
+project('camu', ['c', 'cpp'], version: '0.01',
default_options: ['warning_level=2', 'c_std=c99', 'cpp_std=c++11'])
compiler = meson.get_compiler('c')