Skip to content

Commit d622e65

Browse files
author
Jon Szymaniak
committed
fx3_firmware: Updated version to v1.9.1
Patch version incremented for build system changes.
1 parent ea15c91 commit d622e65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fx3_firmware/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.9.1 (2016-04-06)
9+
--------------------------------
10+
* Migrated build to CMake. See README.md for updated build instructions.
11+
812
v1.9.0 (2015-12-13)
913
--------------------------------
1014
* Added simple logging mechanism

fx3_firmware/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/../host/cmake/modules)
3333
# Update these definitions when updating the firmware version
3434
set(VERSION_INFO_MAJOR 1)
3535
set(VERSION_INFO_MINOR 9)
36-
set(VERSION_INFO_PATCH 0)
36+
set(VERSION_INFO_PATCH 1)
3737

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

0 commit comments

Comments
 (0)