diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-06 09:46:43 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-06 09:46:43 +0200 |
commit | ba3310d5f31fc98ee3ff060a91408369fcdc8f2e (patch) | |
tree | ab6e4a3403cdb5cf0b06981b5b1bdf6156d0d953 | |
parent | 9da89f46f064cc0a59bca861c6a28e36ef200279 (diff) | |
parent | e10df19c89d21ce860a36bb071b4a26b2f067460 (diff) | |
download | uhd-ba3310d5f31fc98ee3ff060a91408369fcdc8f2e.tar.gz uhd-ba3310d5f31fc98ee3ff060a91408369fcdc8f2e.tar.bz2 uhd-ba3310d5f31fc98ee3ff060a91408369fcdc8f2e.zip |
Merge branch 'maint'
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | host/CMakeLists.txt | 4 | ||||
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 2 |
3 files changed, 6 insertions, 4 deletions
@@ -7,8 +7,10 @@ Change Log for Releases * Fixed CBX LO settings (FRAC truncation) * Fixed build issues for out-of-tree tools for some distros * Fixed some logging strings (SBX, GPSDO) -* Improved logging (speedups, removed unnecessary cycles) +* Improved logging (speedups, removed unnecessary cycles) * Added output sync for DAC reference clocks on X300 +* Multiple FPGA improvements, as well as upgrade of build env +* Added support for B200 vs B210 discovery ## 003.007.002 * Fixed X300 phase alignment issues diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 933e38f4a..97ffbc24a 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -209,8 +209,8 @@ UHD_INSTALL(FILES ######################################################################## # Images download directory for utils/uhd_images_downloader.py ######################################################################## -SET(UHD_IMAGES_MD5SUM "9cfe5b877dc87c993553a475d32701c8") -SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/master_images/archive/uhd-images_003.007.002-440-gb290682b.zip") +SET(UHD_IMAGES_MD5SUM "b1e06e7d6fe3eacf49d16e2acca98275") +SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.007.003-release.zip") ######################################################################## # Register top level components diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index f8e68f9e2..4ffe03c3a 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -27,7 +27,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_MINOR 007) -SET(UHD_VERSION_PATCH 002) +SET(UHD_VERSION_PATCH 003) ######################################################################## # Set up trimmed version numbers for DLL resource files and packages |