commit 2a6e4431221069ad6d60e6cb7d935e556b9c98f3
parent e75c37a4b3a8cae01da7d528bca96ae34e431746
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sun, 8 Oct 2023 22:12:38 +0200
bump version 0.10-unstable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/diary.h b/src/diary.h
@@ -29,7 +29,7 @@
#define XDG_CONFIG_HOME_FALLBACK "~/.config"
#define CONFIG_FILE_PATH "diary/diary.cfg"
-#define DIARY_VERSION "0.9"
+#define DIARY_VERSION "0.10-unstable"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};