Skip to content

Commit 0e6c731

Browse files
committed
fx3: Bumped version to 1.7.0
Version bumped to denote added firmware loopback feature.
1 parent 9d0279b commit 0e6c731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fx3_firmware/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8.3)
22

33
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
44
set(VERSION_INFO_MAJOR 1)
5-
set(VERSION_INFO_MINOR 6)
6-
set(VERSION_INFO_PATCH 1)
5+
set(VERSION_INFO_MINOR 7)
6+
set(VERSION_INFO_PATCH 0)
77
if(NOT DEFINED VERSION_INFO_EXTRA)
88
set(VERSION_INFO_EXTRA "git")
99
endif()

0 commit comments

Comments
 (0)