summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index bd8a15c..f5c6eac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'wlclock',
'c',
- version: '1.0.0',
+ version: '1.0.1',
license: 'GPLv3',
default_options: [
'c_std=c11',
@@ -14,7 +14,7 @@ cc = meson.get_compiler('c')
add_project_arguments(cc.get_supported_arguments([
'-D_POSIX_C_SOURCE=200809L',
- '-DVERSION="1.0.0"',
+ '-DVERSION="1.0.1"',
'-fsigned-char',
'-Wno-unused-parameter',
'-Wpointer-arith',