Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Sep 5, 2017
1 parent daba534 commit 8028f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define FW_V_MAJOR 0
#define FW_V_MINOR 7
#define FW_V_PATCH 0
#define FW_V_PATCH 1

#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH) "+" GIT_HASH
#define FIRMWARE_VERSION_NUM (FW_V_MAJOR*10000 + FW_V_MINOR*100 + FW_V_PATCH) // this is used in ID queries
Expand Down

0 comments on commit 8028f14

Please sign in to comment.