1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Incremented maintenance branch version to 4.2.8.

This commit is contained in:
mikeller 2021-02-15 00:10:46 +13:00 committed by Michael Keller
parent 6baf103f33
commit 69735590d8

View file

@ -26,7 +26,7 @@
#define FC_FIRMWARE_IDENTIFIER "BTFL"
#define FC_VERSION_MAJOR 4 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 2 // increment when a minor release is made (small new feature, change etc)
#define FC_VERSION_PATCH_LEVEL 7 // increment when a bug is fixed
#define FC_VERSION_PATCH_LEVEL 8 // increment when a bug is fixed
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)