From 894861aaf1d1930385c41efe8d9daa9b529790b8 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 26 Jan 2023 21:26:13 +0000 Subject: [PATCH] Added version macros --- box/box_common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/box/box_common.h b/box/box_common.h index 1589bb0..6f1d339 100644 --- a/box/box_common.h +++ b/box/box_common.h @@ -7,6 +7,11 @@ #include #include +#define BOX_VERSION_MAJOR 0 +#define BOX_VERSION_MINOR 1 +#define BOX_VERSION_PATCH 0 +#define BOX_VERSION_BUILD __DATE__ " " __TIME__ + //platform exports/imports #if defined(__linux__) #define BOX_API extern