commit 6c7131b6ec1b683c185b1d5e2772c03fa7f694d2
parent 5b0a1acb1df345a916bb4d4a262828dd1047513b
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sun, 26 Mar 2023 23:55:21 +0200
bump version 0.9-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.8"
+#define DIARY_VERSION "0.9-unstable"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};