diff options
author | Frederico Linhares <fred@linhares.blue> | 2024-12-30 22:14:39 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2024-12-30 22:14:39 -0300 |
commit | 7f9cef62d446f0d82d8801185a38035cc2e5bc08 (patch) | |
tree | cfb012695f070fa3f855b9722988929354591785 /src/blucat | |
parent | 4a1c10205ff009afa89ce22ae84862620bb9babc (diff) |
feat Rename version constants for BluCat
Diffstat (limited to 'src/blucat')
-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> |