Skip to content

Commit

Permalink
libbladeRF: Updated version to v1.6.1
Browse files Browse the repository at this point in the history
Bumped patch version to denote bug fixes.
  • Loading branch information
Jon Szymaniak committed Apr 11, 2016
1 parent a817a09 commit d8c1b52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions host/libraries/libbladeRF/CHANGELOG
Expand Up @@ -5,6 +5,18 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

v1.6.1 (2016-04-11)
--------------------------------

This version of libbladeRF is intended for use with:

FX3 Firmware v2.0.0
FPGA v0.5.0

Changes:
* Updated to detect devices running firmware with new VID (2cf0) and PID (5246)
* Fixes for issues #465 and #458 (TX timeouts and assert() failures)

v1.6.0 (2016-04-07)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF/CMakeLists.txt
Expand Up @@ -7,7 +7,7 @@ project(libbladeRF C)

set(VERSION_INFO_MAJOR 1)
set(VERSION_INFO_MINOR 6)
set(VERSION_INFO_PATCH 0)
set(VERSION_INFO_PATCH 1)

if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git")
Expand Down
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF/include/libbladeRF.h
Expand Up @@ -50,7 +50,7 @@
*
* https://github.com/Nuand/bladeRF/blob/master/doc/development/versioning.md
*/
#define LIBBLADERF_API_VERSION (0x01060000)
#define LIBBLADERF_API_VERSION (0x01060100)

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit d8c1b52

Please sign in to comment.