feat: add INJA_VERSION_MAJOR/MINOR/PATCH macros (#341) (#344)

* 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:
Sofia Martin
2026-08-18 08:26:06 +02:00
committed by GitHub
co-authored by sofiamartincraft Berscheid
parent fb1437ba59
commit f5cce3dcb1
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -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_