Skip to content

Commit

Permalink
* version bump to v0.2.0-f1, time to prepare the first release ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
a2flo committed Sep 23, 2015
1 parent bfed3f1 commit 7ea387c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion floor/build_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5281
5283
2 changes: 1 addition & 1 deletion floor/build_version.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define FLOOR_BUILD_VERSION 5281
#define FLOOR_BUILD_VERSION 5283
4 changes: 2 additions & 2 deletions floor/floor_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#define FLOOR_MAJOR_VERSION 0
#define FLOOR_MINOR_VERSION 2
#define FLOOR_REVISION_VERSION 0
#define FLOOR_DEV_STAGE_VERSION 0xb1
#define FLOOR_DEV_STAGE_VERSION_STR "b1"
#define FLOOR_DEV_STAGE_VERSION 0xf1
#define FLOOR_DEV_STAGE_VERSION_STR "f1"
// FLOOR_BUILD_VERSION defined in build_version.hpp

#define FLOOR_MAJOR_VERSION_STR FLOOR_VERSION_EVAL(FLOOR_MAJOR_VERSION)
Expand Down

0 comments on commit 7ea387c

Please sign in to comment.