Skip to content

Commit eed888c

Browse files
author
Jon Szymaniak
committed
fx3_firmware: Version incremented to v2.0.0
Major version bump due to use of newly assigned VID/PID.
1 parent 850a110 commit eed888c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

fx3_firmware/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.0.0 (2016-04-06)
9+
--------------------------------
10+
* bladeRF Firmware VID/PID updated to Nuand's assigned VID.
11+
Nuand VID: 2cf0
12+
bladeRF PID: 5246
13+
814
v1.9.1 (2016-04-06)
915
--------------------------------
1016
* Migrated build to CMake. See README.md for updated build instructions.

fx3_firmware/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
3131
################################################################################
3232

3333
# Update these definitions when updating the firmware version
34-
set(VERSION_INFO_MAJOR 1)
35-
set(VERSION_INFO_MINOR 9)
36-
set(VERSION_INFO_PATCH 1)
34+
set(VERSION_INFO_MAJOR 2)
35+
set(VERSION_INFO_MINOR 0)
36+
set(VERSION_INFO_PATCH 0)
3737

3838
if(NOT DEFINED VERSION_INFO_EXTRA)
3939
set(VERSION_INFO_EXTRA "git")

0 commit comments

Comments
 (0)