mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Update version to 4.6 (#13499)
This commit is contained in:
parent
c155f5830d
commit
59c93bad6e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#define FC_FIRMWARE_NAME "Betaflight"
|
#define FC_FIRMWARE_NAME "Betaflight"
|
||||||
#define FC_FIRMWARE_IDENTIFIER "BTFL"
|
#define FC_FIRMWARE_IDENTIFIER "BTFL"
|
||||||
#define FC_VERSION_MAJOR 4 // increment when a major release is made (big new feature, etc)
|
#define FC_VERSION_MAJOR 4 // increment when a major release is made (big new feature, etc)
|
||||||
#define FC_VERSION_MINOR 5 // increment when a minor release is made (small new feature, change etc)
|
#define FC_VERSION_MINOR 6 // 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 0 // increment when a bug is fixed
|
||||||
|
|
||||||
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
|
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue