From 1f0c7d966fdb31f62cf40eac9c39ae2b9e643366 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 6 Jun 2016 17:41:19 +0200 Subject: dbfp: add version information to dbfp.h --- dbfp.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dbfp.h') diff --git a/dbfp.h b/dbfp.h index 02b724d..af74f1d 100644 --- a/dbfp.h +++ b/dbfp.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Robin Krahl * - * dbfp.h + * dbfp.h -- provides access to the timetable API of the Deutsche Bahn */ #ifndef DBFP_H_ @@ -11,6 +11,10 @@ #include #include +#define DBFP_VERSION_MAJOR 0 +#define DBFP_VERSION_MINOR 1 +#define DBFP_VERSION_PATCH 0 + enum dbfp_error { DBFP_ERROR_CURL = -1, DBFP_ERROR_FORMAT = -2, -- cgit v1.2.1