mirror of
https://github.com/pantor/inja.git
synced 2026-08-21 14:53:20 +00:00
* feat: add INJA_VERSION_MAJOR/MINOR/PATCH macros (#341) Signed-off-by: sofiamartincraft <sofiamartincraft@users.noreply.github.com> * feat: add INJA_VERSION_MAJOR/MINOR/PATCH macros (#341) Signed-off-by: sofiamartincraft <sofiamartincraft@users.noreply.github.com> * Undo capitalize changes --------- Signed-off-by: sofiamartincraft <sofiamartincraft@users.noreply.github.com> Co-authored-by: sofiamartincraft <sofiamartincraft@users.noreply.github.com> Co-authored-by: Berscheid <1885260+pantor@users.noreply.github.com>
This commit is contained in:
co-authored by
sofiamartincraft
Berscheid
parent
fb1437ba59
commit
f5cce3dcb1
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user