1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Bump version

This commit is contained in:
borisbstyle 2017-03-06 11:09:14 +01:00
parent eea547332b
commit 6760ddb28d
2 changed files with 34 additions and 1 deletions

View file

@ -18,7 +18,7 @@
#define FC_FIRMWARE_NAME "Betaflight"
#define FC_VERSION_MAJOR 3 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 1 // increment when a minor release is made (small new feature, change etc)
#define FC_VERSION_PATCH_LEVEL 6 // increment when a bug is fixed
#define FC_VERSION_PATCH_LEVEL 7 // increment when a bug is fixed
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)