File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
#define FC_FIRMWARE_NAME "EmuFlight"
26
26
#define FC_FIRMWARE_IDENTIFIER "EmuF" // case-sensitive to distinguish from legacy EMUF 0.X
27
- #define FC_VERSION_MAJOR 4 // increment when a major release is made (big new feature, etc)
28
- #define FC_VERSION_MINOR 3 // increment when a minor release is made (small new feature, change etc)
29
- #define FC_VERSION_PATCH_LEVEL 2 // increment when a bug is fixed
27
+ #define FC_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
28
+ #define FC_VERSION_MINOR 0 // increment when a minor release is made (small new feature, change etc)
29
+ #define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
30
30
31
31
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
32
32
You can’t perform that action at this time.
0 commit comments