Skip to content

Commit

Permalink
Increment firmware version to 4.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattila committed Aug 26, 2024
1 parent 7c48290 commit 8eb4223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/build/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define FC_FIRMWARE_IDENTIFIER "RTFL"

#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_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

#ifdef FC_VERSION_SUFFIX
Expand Down

0 comments on commit 8eb4223

Please sign in to comment.