From 74deb2f3fc4e23ca73ea97059080fd87dfbba81e Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 14 May 2021 17:47:43 +0000 Subject: ctimeline: move version and config file constants to header --- ctimeline.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ctimeline.h') diff --git a/ctimeline.h b/ctimeline.h index 28bed28..edd5062 100644 --- a/ctimeline.h +++ b/ctimeline.h @@ -3,6 +3,9 @@ #include "xstring.h" +#define CTIMELINE_VERSION "1.0" +#define CTIMELINE_CONFIG "/etc/ctimelines" + struct ctimeline_branch { string *name; int age_from; -- cgit v1.2.3-18-g5258