Skip to content

Commit

Permalink
update version from v0.7.0 to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed May 17, 2024
1 parent fc887d5 commit d0bc72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/dronecan_application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_path(GET CMAKE_CURRENT_LIST_DIR PARENT_PATH SRC_DIR)
cmake_path(GET SRC_DIR PARENT_PATH ROOT_DIR)

add_definitions(-DAPP_VERSION_MAJOR=0)
add_definitions(-DAPP_VERSION_MINOR=7)
add_definitions(-DAPP_VERSION_MINOR=8)
add_definitions(-DHW_VERSION_MAJOR=2)
add_definitions(-DHW_VERSION_MINOR=1)
add_definitions(-DFLASH_DRIVER_STORAGE_FILE="${CMAKE_CURRENT_LIST_DIR}/default_params.yml")
Expand Down

0 comments on commit d0bc72c

Please sign in to comment.