From bb305444ca1bf4ac81fd90c85e07c180967399c5 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Fri, 28 Feb 2020 12:56:47 +0100 Subject: [PATCH] Set version to 4.0.1 --- include/snowhouse/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/snowhouse/macros.h b/include/snowhouse/macros.h index 5247cb6..c6ea576 100644 --- a/include/snowhouse/macros.h +++ b/include/snowhouse/macros.h @@ -4,7 +4,7 @@ #define SNOWHOUSE_MAJOR 4 #define SNOWHOUSE_MINOR 0 -#define SNOWHOUSE_PATCH 0 +#define SNOWHOUSE_PATCH 1 #define SNOWHOUSE_TOSTRING(x) #x #define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)