diff options
Diffstat (limited to 'ctimeline.h')
-rw-r--r-- | ctimeline.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |