diff --git a/snowhouse/macros.h b/snowhouse/macros.h index b7ebee5..79e2f73 100644 --- a/snowhouse/macros.h +++ b/snowhouse/macros.h @@ -4,7 +4,7 @@ #define SNOWHOUSE_MAJOR 3 #define SNOWHOUSE_MINOR 0 -#define SNOWHOUSE_PATCH 0 +#define SNOWHOUSE_PATCH 1 #define SNOWHOUSE_TOSTRING(x) #x #define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)