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-23 14:15:55 +0300 committer: kx <kx@radix.pro> 2023-12-23 14:15:55 +0300 commit: 1110f594660ae4f485797b647cb62d1fbfbf7567 parent: c5f7eedd8605cc228ab72bc3d9c38981d269a14f
Commit Summary:
Bump version to 1.0.2
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/meson.build b/meson.build
index 2a3ffd4..ed270c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('timedated', 'c',
-    version: '1.0.1',
+    version: '1.0.2',
     license: 'GPLv2+',
     default_options: [
         'buildtype=debugoptimized',