Skip to content

Commit cd0761b

Browse files
committed
Set version to 4.0.0
1 parent f034de0 commit cd0761b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/snowhouse/macros.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#define SNOWHOUSE_MACROS_H
33
// clang-format off
44

5-
#define SNOWHOUSE_MAJOR 3
6-
#define SNOWHOUSE_MINOR 1
7-
#define SNOWHOUSE_PATCH 1
5+
#define SNOWHOUSE_MAJOR 4
6+
#define SNOWHOUSE_MINOR 0
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)