summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2021-12-30 17:22:36 +0100
committerLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2021-12-30 17:22:36 +0100
commit52c56a41c2c04117377b63640e417feb55202bf2 (patch)
tree567b1d1ec5fd9407893654c11a3eb4820fbe2b8c /meson.build
parent59d1735a5434adae2f5f560504730b1ba084a663 (diff)
downloadwlclock-52c56a41c2c04117377b63640e417feb55202bf2.tar.gz
wlclock-52c56a41c2c04117377b63640e417feb55202bf2.tar.bz2
Release v1.0.1
Diffstat (limited to '')
-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',