commit 63f7abeeebb3dcda0c6fb53015a3e7fb5b8dfc70
parent 1cc699605ca316e44cd7ccd34f28c6df3505a452
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 14 Sep 2024 16:22:54 +0200
feat: release version 0.13
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,4 +1,7 @@
-## [0.13 Unreleased]
+## [0.14 Unreleased]
+
+## [0.13] - 2024-09-14
+Fix build issue with pkg-config
## [0.12] - 2024-09-14
Fixed:
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.13-unstable"
+#define DIARY_VERSION "0.13"
static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};