Skip to content

Commit 8ab058a

Browse files
committed
version.h - 1.0.0
* just to differentiate and allow forked EmuConfig
1 parent cf8bed4 commit 8ab058a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/build/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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

0 commit comments

Comments
 (0)