Skip to content

Commit

Permalink
0.3.3 version bump; MSP 1.50 version bump (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 28, 2020
1 parent 944000e commit a456436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 2 // increment when a bug is fixed
#define FC_VERSION_PATCH_LEVEL 3 // 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
2 changes: 1 addition & 1 deletion src/main/interface/msp_protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
// API VERSION

#define API_VERSION_MAJOR 1 // increment when major changes are made
#define API_VERSION_MINOR 49 // increment after a release, to set the version for all changes to go into the following release (if no changes to MSP are made between the releases, this can be reverted before the release)
#define API_VERSION_MINOR 50 // increment after a release, to set the version for all changes to go into the following release (if no changes to MSP are made between the releases, this can be reverted before the release)

#define API_VERSION_LENGTH 2

Expand Down

0 comments on commit a456436

Please sign in to comment.