Browse Source
Merge pull request #5234 from iNavFlight/de_version_bump_2_4
Version bump to 2.4
master
Konstantin Sharlaimov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/main/build/version.h
|
|
@ -16,7 +16,7 @@ |
|
|
|
*/ |
|
|
|
|
|
|
|
#define FC_VERSION_MAJOR 2 // 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_MINOR 4 // 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 STR_HELPER(x) #x |
|
|
|