diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-01-12 14:52:31 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-01-12 15:15:56 -0800 |
commit | d9edfc57a7f52269242e8f21563a4f03115c094d (patch) | |
tree | b1cfc3c0c3142add8a33a42be7db9722a249b96d /host/CMakeLists.txt | |
parent | a12fc913a078c6c2cf16787e64f4f24d448ff2f6 (diff) | |
download | uhd-d9edfc57a7f52269242e8f21563a4f03115c094d.tar.gz uhd-d9edfc57a7f52269242e8f21563a4f03115c094d.tar.bz2 uhd-d9edfc57a7f52269242e8f21563a4f03115c094d.zip |
Preparing branch for 3.10.1.1 release.
- Updated version string
- Updated fpga-src submodule
- Updated CHANGELOG
- Updated images package
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index ea4e14b57..1031ad272 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -338,8 +338,8 @@ UHD_INSTALL(FILES #{{{IMG_SECTION # This section is written automatically by /images/create_imgs_package.py # Any manual changes in here will be overwritten. -SET(UHD_IMAGES_MD5SUM "a3626ec5f123a4179552be08a50dccc2") -SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.001.000-42-gd0a60fea.zip") +SET(UHD_IMAGES_MD5SUM "9641027408a4bbd478ad221d3dae1cfd") +SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.001.001-rc1.zip") #}}} ######################################################################## |