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 f034de0 commit cd0761bCopy full SHA for cd0761b
include/snowhouse/macros.h
@@ -2,9 +2,9 @@
2
#define SNOWHOUSE_MACROS_H
3
// clang-format off
4
5
-#define SNOWHOUSE_MAJOR 3
6
-#define SNOWHOUSE_MINOR 1
7
-#define SNOWHOUSE_PATCH 1
+#define SNOWHOUSE_MAJOR 4
+#define SNOWHOUSE_MINOR 0
+#define SNOWHOUSE_PATCH 0
8
9
#define SNOWHOUSE_TOSTRING(x) #x
10
#define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)
0 commit comments