We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8648 commit 8d4f005Copy full SHA for 8d4f005
src/main/build/version.h
@@ -26,7 +26,7 @@
26
#define FC_FIRMWARE_IDENTIFIER "BTFL"
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 0 // increment when a bug is fixed
+#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed
30
31
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
32
0 commit comments