Skip to content

Commit 6be8192

Browse files
author
Jon Szymaniak
committed
fx3_firmware: Updated version to 1.8.1
1 parent aa2472a commit 6be8192

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

fx3_firmware/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ For more detailed information, please see the git change log and issue tracker
55
hosted on GitHub: https://github.com/nuand/bladeRF
66
================================================================================
77

8+
v1.8.1 (2015-09-08)
9+
--------------------------------
10+
* Updated build for FX3 SDK v1.3.3
11+
* Addressed a few minor build warnings
12+
813
v1.8.0 (2014-11-6)
914
--------------------------------
1015
* Added "device ready" query to denote when operations such as flash-based

fx3_firmware/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
44
set(VERSION_INFO_MAJOR 1)
55
set(VERSION_INFO_MINOR 8)
6-
set(VERSION_INFO_PATCH 0)
6+
set(VERSION_INFO_PATCH 1)
77
if(NOT DEFINED VERSION_INFO_EXTRA)
88
set(VERSION_INFO_EXTRA "git")
99
endif()

0 commit comments

Comments
 (0)