Timedate Daemon

Timedate daemon to control org.freedesktop.timedate1 D-Bus interface

20 Commits   0 Branches   3 Tags
author: kx <kx@radix.pro> 2023-12-22 01:22:08 +0300 committer: kx <kx@radix.pro> 2023-12-22 01:22:08 +0300 commit: aadef25b8c407658301d1ad802daccb8c5eb45c9 parent: 782a9bd88ec3b6ecc13c185b4615a3f7f3c72959
Commit Summary:
Bump version to 1.0.1
Diffstat:
1 file changed, 1 insertion, 1 deletion
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',