aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-16 09:06:58 +1100
committerallusive-dev <[email protected]>2023-11-16 09:06:58 +1100
commit7a2213d767b299fbd04499bdb0819c1b36994f20 (patch)
treed6df3ddc7f327cd3e5d08d3dd4688fda0b4adeff
parentbuildtype release by default (diff)
downloadcompfy-7a2213d767b299fbd04499bdb0819c1b36994f20.tar.xz
compfy-7a2213d767b299fbd04499bdb0819c1b36994f20.zip
version number
-rw-r--r--meson.build2
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')