aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-20 09:48:03 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-20 09:48:20 +0100
commited3225250b5bb5990b498a98938d0dbd28db2c6d (patch)
tree17701c559dbd8d12d977644e36634884f18473a0 /meson.build
parent192ffa0de914a102003664e987b7acf07aa954a9 (diff)
downloadfiv-ed3225250b5bb5990b498a98938d0dbd28db2c6d.tar.gz
fiv-ed3225250b5bb5990b498a98938d0dbd28db2c6d.tar.xz
fiv-ed3225250b5bb5990b498a98938d0dbd28db2c6d.zip
Bump version
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 82e7978..c074558 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# vim: noet ts=4 sts=4 sw=4:
project('fiv', 'c',
default_options : ['c_std=gnu99', 'warning_level=2'],
- version : '0.1.0',
+ version : '1.0.0',
meson_version : '>=0.57')
cc = meson.get_compiler('c')