Skip to content

Commit

Permalink
Set version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Dec 26, 2019
1 parent f034de0 commit cd0761b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/snowhouse/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define SNOWHOUSE_MACROS_H
// clang-format off

#define SNOWHOUSE_MAJOR 3
#define SNOWHOUSE_MINOR 1
#define SNOWHOUSE_PATCH 1
#define SNOWHOUSE_MAJOR 4
#define SNOWHOUSE_MINOR 0
#define SNOWHOUSE_PATCH 0

#define SNOWHOUSE_TOSTRING(x) #x
#define SNOWHOUSE_MACROTOSTRING(x) SNOWHOUSE_TOSTRING(x)
Expand Down

0 comments on commit cd0761b

Please sign in to comment.