diff options
Diffstat (limited to 'src/blucat/core.hpp')
-rw-r--r-- | src/blucat/core.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blucat/core.hpp b/src/blucat/core.hpp index c1924b9..decf319 100644 --- a/src/blucat/core.hpp +++ b/src/blucat/core.hpp @@ -17,6 +17,10 @@ #ifndef CANDY_GEAR_BLUCAT_CORE_H #define CANDY_GEAR_BLUCAT_CORE_H 1 +#define BLU_CAT_VERSION_MAJOR 0 +#define BLU_CAT_VERSION_MINOR 1 +#define BLU_CAT_VERSION_PATCH 0 + #include <chrono> #include <cstdint> #include <memory> |