From 27a80d525f21e312cd2c6dc10f0baecd648b3ffd Mon Sep 17 00:00:00 2001 From: Verdant Date: Sun, 17 May 2026 22:07:03 +0800 Subject: Update version --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 82e4e9a..426d9e6 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,7 @@ #define PROGRAM_NAME "kl" #define PROGRAM_FULL_NAME "Keyboard Listener (kl)" -#define PROGRAM_VERSION "0.0.1" +#define PROGRAM_VERSION "0.0.2" #define PROGRAM_AUTHORS "Verdant " #define CONFIG_FILE_COMMENT "# kl config file (v"PROGRAM_VERSION")\n" \ @@ -22,8 +22,8 @@ struct config { char* home; char* config_file_path; char device[256]; - bool enable_time; - bool enable_keys_counter; + bool time; + bool keys_counter; }; struct config* parese_config(struct config* cfg); -- cgit v1.2.3