From 5a612c248524a3b1bdd388bc0ef5a9ea0d2fa684 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Wed, 9 Jan 2019 22:53:19 +0100 Subject: [PATCH] Set version to 3.1.0 --- include/snowhouse/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/snowhouse/macros.h b/include/snowhouse/macros.h index 79e2f73..b119977 100644 --- a/include/snowhouse/macros.h +++ b/include/snowhouse/macros.h @@ -3,8 +3,8 @@ // clang-format off #define SNOWHOUSE_MAJOR 3 -#define SNOWHOUSE_MINOR 0 -#define SNOWHOUSE_PATCH 1 +#define SNOWHOUSE_MINOR 1 +#define SNOWHOUSE_PATCH 0 #define SNOWHOUSE_TOSTRING(x) #x #define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)