Skip to content

Commit

Permalink
3.13.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-west committed Aug 1, 2018
1 parent f4f6978 commit 83cc674
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 114 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log for Releases
==============================

## 003.013.000.001
* N3xx: Fix UIO usage in Aurora BIST
* N3xx: Fix EEPROM parsing (for upcoming hardware)
* UHD: Fix install path for Python API

## 003.013.000.000
* N3x0: Enable fast-reinit, fix power level issue, accept 0x01 PID for
AD9371, fix concurrency issues with Liberio
Expand All @@ -23,7 +28,6 @@ Change Log for Releases
* CMake: Allow to override UHD_GIT_BRANCH, fix Python-finding logic, add
ENABLE_N300 target


## 003.012.000.000
* N3x0: Add White Rabbit support, add N300 support, standard BIST
includes fan, fix issue with 1GigE, switch to 2 radio blocks
Expand Down
2 changes: 1 addition & 1 deletion host/cmake/Modules/UHDVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FIND_PACKAGE(Git QUIET)
SET(UHD_VERSION_MAJOR 3)
SET(UHD_VERSION_API 13)
SET(UHD_VERSION_ABI 0)
SET(UHD_VERSION_PATCH 0)
SET(UHD_VERSION_PATCH 1)
SET(UHD_VERSION_DEVEL FALSE)

########################################################################
Expand Down
Loading

0 comments on commit 83cc674

Please sign in to comment.