Skip to content

Commit

Permalink
fx3_firmware: Version incremented to v2.0.0
Browse files Browse the repository at this point in the history
Major version bump due to use of newly assigned VID/PID.
  • Loading branch information
Jon Szymaniak committed Apr 6, 2016
1 parent 850a110 commit eed888c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions fx3_firmware/CHANGELOG
Expand Up @@ -5,6 +5,12 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================ ================================================================================


v2.0.0 (2016-04-06)
--------------------------------
* bladeRF Firmware VID/PID updated to Nuand's assigned VID.
Nuand VID: 2cf0
bladeRF PID: 5246

v1.9.1 (2016-04-06) v1.9.1 (2016-04-06)
-------------------------------- --------------------------------
* Migrated build to CMake. See README.md for updated build instructions. * Migrated build to CMake. See README.md for updated build instructions.
Expand Down
6 changes: 3 additions & 3 deletions fx3_firmware/CMakeLists.txt
Expand Up @@ -31,9 +31,9 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
################################################################################ ################################################################################


# Update these definitions when updating the firmware version # Update these definitions when updating the firmware version
set(VERSION_INFO_MAJOR 1) set(VERSION_INFO_MAJOR 2)
set(VERSION_INFO_MINOR 9) set(VERSION_INFO_MINOR 0)
set(VERSION_INFO_PATCH 1) set(VERSION_INFO_PATCH 0)


if(NOT DEFINED VERSION_INFO_EXTRA) if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git") set(VERSION_INFO_EXTRA "git")
Expand Down

0 comments on commit eed888c

Please sign in to comment.