commit 51cddecabf341c46d33068437a13a761226bd7f1
parent 39310e347653e0d99e8dc6f3eb564544a21c57e7
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Mon, 15 Apr 2024 18:52:50 +0200
bump version 0.11-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.10"
+#define DIARY_VERSION "0.11-unstable"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};