From cd0761b31a5bb2810a5a250a1951224257f596ce Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Fri, 27 Dec 2019 00:23:12 +0100 Subject: [PATCH] Set version to 4.0.0 --- include/snowhouse/macros.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)