We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25c70f commit 5a612c2Copy full SHA for 5a612c2
include/snowhouse/macros.h
@@ -3,8 +3,8 @@
3
// clang-format off
4
5
#define SNOWHOUSE_MAJOR 3
6
-#define SNOWHOUSE_MINOR 0
7
-#define SNOWHOUSE_PATCH 1
+#define SNOWHOUSE_MINOR 1
+#define SNOWHOUSE_PATCH 0
8
9
#define SNOWHOUSE_TOSTRING(x) #x
10
#define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)
0 commit comments