Skip to content

Commit

Permalink
Set version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Jan 9, 2019
1 parent b25c70f commit 5a612c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/snowhouse/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// clang-format off

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

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

0 comments on commit 5a612c2

Please sign in to comment.