diff --git a/include/inja/inja.hpp b/include/inja/inja.hpp index a20c534..2878d77 100644 --- a/include/inja/inja.hpp +++ b/include/inja/inja.hpp @@ -25,6 +25,12 @@ SOFTWARE. #ifndef INCLUDE_INJA_INJA_HPP_ #define INCLUDE_INJA_INJA_HPP_ +// Semantic version macros for dependency scanners (#341) +#define INJA_VERSION_MAJOR 3 +#define INJA_VERSION_MINOR 5 +#define INJA_VERSION_PATCH 0 + + #include "json.hpp" #include "throw.hpp" #include "environment.hpp" diff --git a/single_include/inja/inja.hpp b/single_include/inja/inja.hpp index 5bc4a8f..51442fe 100644 --- a/single_include/inja/inja.hpp +++ b/single_include/inja/inja.hpp @@ -25,6 +25,12 @@ SOFTWARE. #ifndef INCLUDE_INJA_INJA_HPP_ #define INCLUDE_INJA_INJA_HPP_ +// Semantic version macros for dependency scanners (#341) +#define INJA_VERSION_MAJOR 3 +#define INJA_VERSION_MINOR 5 +#define INJA_VERSION_PATCH 0 + + // #include "json.hpp" #ifndef INCLUDE_INJA_JSON_HPP_ #define INCLUDE_INJA_JSON_HPP_