Skip to content

Commit 5a612c2

Browse files
committed
Set version to 3.1.0
1 parent b25c70f commit 5a612c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/snowhouse/macros.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// clang-format off
44

55
#define SNOWHOUSE_MAJOR 3
6-
#define SNOWHOUSE_MINOR 0
7-
#define SNOWHOUSE_PATCH 1
6+
#define SNOWHOUSE_MINOR 1
7+
#define SNOWHOUSE_PATCH 0
88

99
#define SNOWHOUSE_TOSTRING(x) #x
1010
#define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)

0 commit comments

Comments
 (0)