diff --git a/include/snowhouse/macros.h b/include/snowhouse/macros.h index 83424f1..5247cb6 100644 --- a/include/snowhouse/macros.h +++ b/include/snowhouse/macros.h @@ -2,9 +2,9 @@ #define SNOWHOUSE_MACROS_H // clang-format off -#define SNOWHOUSE_MAJOR 3 -#define SNOWHOUSE_MINOR 1 -#define SNOWHOUSE_PATCH 1 +#define SNOWHOUSE_MAJOR 4 +#define SNOWHOUSE_MINOR 0 +#define SNOWHOUSE_PATCH 0 #define SNOWHOUSE_TOSTRING(x) #x #define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)