File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424
2525#define FC_FIRMWARE_NAME "EmuFlight"
2626#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
3030
3131#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
3232
You can’t perform that action at this time.
0 commit comments