Skip to content

Commit

Permalink
fx3_firmware: Updated version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Szymaniak committed Sep 8, 2015
1 parent aa2472a commit 6be8192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions fx3_firmware/CHANGELOG
Expand Up @@ -5,6 +5,11 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

v1.8.1 (2015-09-08)
--------------------------------
* Updated build for FX3 SDK v1.3.3
* Addressed a few minor build warnings

v1.8.0 (2014-11-6)
--------------------------------
* Added "device ready" query to denote when operations such as flash-based
Expand Down
2 changes: 1 addition & 1 deletion fx3_firmware/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ 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 8)
set(VERSION_INFO_PATCH 0)
set(VERSION_INFO_PATCH 1)
if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git")
endif()
Expand Down

0 comments on commit 6be8192

Please sign in to comment.