summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-12-22 01:22:08 +0300
committerkx <kx@radix.pro>2023-12-22 01:22:08 +0300
commitaadef25b8c407658301d1ad802daccb8c5eb45c9 (patch)
tree45297102c85c2400d76e4c0b25f1e187a8b52a59
parent782a9bd88ec3b6ecc13c185b4615a3f7f3c72959 (diff)
downloadtimedated-aadef25b8c407658301d1ad802daccb8c5eb45c9.tar.xz
Bump version to 1.0.11.0.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 17d1a81..2a3ffd4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('timedated', 'c',
- version: '1.0.0',
+ version: '1.0.1',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',