Skip to content

Commit 7587dcd

Browse files
committed
Version bump
1 parent ed2ba29 commit 7587dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else()
2929
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/${TOOLCHAIN}-checks.cmake")
3030
endif()
3131

32-
project(INAV VERSION 2.6.0)
32+
project(INAV VERSION 2.6.1)
3333

3434
enable_language(ASM)
3535

src/main/build/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#define FC_VERSION_MAJOR 2 // increment when a major release is made (big new feature, etc)
1919
#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
20+
#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed
2121

2222
#define STR_HELPER(x) #x
2323
#define STR(x) STR_HELPER(x)

0 commit comments

Comments
 (0)