Skip to content

Commit

Permalink
version.h - 1.0.0
Browse files Browse the repository at this point in the history
* just to differentiate and allow forked EmuConfig
  • Loading branch information
nerdCopter committed Nov 22, 2022
1 parent cf8bed4 commit 8ab058a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/build/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

#define FC_FIRMWARE_NAME "EmuFlight"
#define FC_FIRMWARE_IDENTIFIER "EmuF" // case-sensitive to distinguish from legacy EMUF 0.X
#define FC_VERSION_MAJOR 4 // 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_PATCH_LEVEL 2 // increment when a bug is fixed
#define FC_VERSION_MAJOR 1 // increment when a major release is made (big new feature, etc)
#define FC_VERSION_MINOR 0 // 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 FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)

Expand Down

0 comments on commit 8ab058a

Please sign in to comment.