diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit f978b34a0b6d51226d96b5bcd6ecc8126302f9fb
parent 600fd44164ca6bff63ee0b0c76c65f9c1241582f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 15 Jan 2025 19:48:16 +0100

feat: bump 0.15-unstable

Diffstat:
Msrc/diary.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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.14" +#define DIARY_VERSION "0.15-unstable" static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};