Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fx3: Bumped version to 1.7.0
Version bumped to denote added firmware loopback feature.
  • Loading branch information
jynik committed May 18, 2014
1 parent 9d0279b commit 0e6c731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fx3_firmware/CMakeLists.txt
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8.3)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
set(VERSION_INFO_MAJOR 1)
set(VERSION_INFO_MINOR 6)
set(VERSION_INFO_PATCH 1)
set(VERSION_INFO_MINOR 7)
set(VERSION_INFO_PATCH 0)
if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git")
endif()
Expand Down

0 comments on commit 0e6c731

Please sign in to comment.