diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-12-30 17:22:36 +0100 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-12-30 17:22:36 +0100 |
commit | 52c56a41c2c04117377b63640e417feb55202bf2 (patch) | |
tree | 567b1d1ec5fd9407893654c11a3eb4820fbe2b8c | |
parent | 59d1735a5434adae2f5f560504730b1ba084a663 (diff) | |
download | wlclock-52c56a41c2c04117377b63640e417feb55202bf2.tar.gz wlclock-52c56a41c2c04117377b63640e417feb55202bf2.tar.bz2 |
Release v1.0.1
Diffstat (limited to '')
-rw-r--r-- | doc/wlclock.1.scd | 2 | ||||
-rw-r--r-- | meson.build | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/wlclock.1.scd b/doc/wlclock.1.scd index 88a093e..550aad8 100644 --- a/doc/wlclock.1.scd +++ b/doc/wlclock.1.scd @@ -1,4 +1,4 @@ -wlclock(1) ["Version 1.0.0" ["Version 1.0.0"]] +wlclock(1) ["Version 1.0.1" ["Version 1.0.1"]] # NAME wlclock - A digital analog clock for Wayland 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', |