We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2ba29 commit 7587dcdCopy full SHA for 7587dcd
CMakeLists.txt
@@ -29,7 +29,7 @@ else()
29
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/${TOOLCHAIN}-checks.cmake")
30
endif()
31
32
-project(INAV VERSION 2.6.0)
+project(INAV VERSION 2.6.1)
33
34
enable_language(ASM)
35
src/main/build/version.h
@@ -17,7 +17,7 @@
17
18
#define FC_VERSION_MAJOR 2 // increment when a major release is made (big new feature, etc)
19
#define FC_VERSION_MINOR 6 // increment when a minor release is made (small new feature, change etc)
20
-#define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed
+#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed
21
22
#define STR_HELPER(x) #x
23
#define STR(x) STR_HELPER(x)
0 commit comments