diary

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

commit a12951a8f022cb59582ea03e306ab04e044232a8
parent 3759eaa943fb36276b2463e945161d532760fb1f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed,  2 Feb 2022 23:09:01 +0100

bump version 0.6

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