Skip to content

Commit 9d999ae

Browse files
committed
fx3_firmware: bump version to 2.2.0
Version 2.2.0 includes reunification of the FX3 builds and OTP support for Winbond chips.
1 parent bbebcd1 commit 9d999ae

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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+
v2.2.0 (2018-06-18)
9+
--------------------------------
10+
* Unify bladeRF builds
11+
* Quickly determine product by reading SPI flash manufacturer
12+
813
v2.1.1 (2018-04-26)
914
--------------------------------
1015
* Fix loading FPGA bitstreams from flash when there is nothing connected to

fx3_firmware/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
3434

3535
# Update these definitions when updating the firmware version
3636
set(VERSION_INFO_MAJOR 2)
37-
set(VERSION_INFO_MINOR 1)
38-
set(VERSION_INFO_PATCH 1)
37+
set(VERSION_INFO_MINOR 2)
38+
set(VERSION_INFO_PATCH 0)
3939

4040
if(NOT DEFINED VERSION_INFO_EXTRA)
4141
set(VERSION_INFO_EXTRA "git")

0 commit comments

Comments
 (0)