Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 8, 2017
1 parent d73277e commit 4b45fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fit/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define FIT_GUARD_VERSION_HPP

#define FIT_VERSION_MAJOR 0
#define FIT_VERSION_MINOR 5
#define FIT_VERSION_MINOR 6
#define FIT_VERSION_PATCH 0
#define FIT_VERSION (((FIT_VERSION_MAJOR) << 24) + ((FIT_VERSION_MINOR) << 16) + (FIT_VERSION_PATCH))

Expand Down

0 comments on commit 4b45fb5

Please sign in to comment.