From 577301773d0833632151813645756ec792a0cbdc Mon Sep 17 00:00:00 2001 From: pantor Date: Fri, 23 Feb 2018 12:44:21 +0100 Subject: [PATCH] add version definitions --- src/inja.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/inja.hpp b/src/inja.hpp index d639e89..a69c6ad 100644 --- a/src/inja.hpp +++ b/src/inja.hpp @@ -28,6 +28,11 @@ SOFTWARE. #ifndef PANTOR_INJA_HPP #define PANTOR_INJA_HPP +#define PANTOR_INJA_VERSION_MAJOR 1 +#define PANTOR_INJA_VERSION_MINOR 0 +#define PANTOR_INJA_VERSION_PATCH 0 + + #ifndef NLOHMANN_JSON_HPP static_assert(false, "nlohmann/json not found."); #endif