Skip to content

Commit

Permalink
increment version number to 0.3.1 (#235)
Browse files Browse the repository at this point in the history
* Update feature.h

* Update version.h

Co-authored-by: loutwice <[email protected]>
  • Loading branch information
Quick-Flash and loutwice authored May 19, 2020
1 parent 7a9e3dd commit 9366544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/build/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define FC_FIRMWARE_NAME "EmuFlight"
#define FC_VERSION_MAJOR 0 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 3 // increment when a minor release is made (small new feature, change etc)
#define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed

#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)

Expand Down

0 comments on commit 9366544

Please sign in to comment.