commit cde8c77921f943c0793e4854e0aab61b45671208
parent 35008948e62d409b30aaa3c7506b44396de805ac
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Wed, 2 Feb 2022 23:12:25 +0100
diary version 0.7-unstable
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/diary.h b/src/diary.h
@@ -28,7 +28,7 @@
#define XDG_CONFIG_HOME_FALLBACK "~/.config"
#define CONFIG_FILE_PATH "diary/diary.cfg"
-#define DIARY_VERSION "0.6"
+#define DIARY_VERSION "0.7-unstable"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};
@@ -41,4 +41,4 @@ void edit_cmd(const char* dir, size_t dir_size, const struct tm* date, char** rc
extern config CONFIG;
-#endif
-\ No newline at end of file
+#endif