aboutsummaryrefslogtreecommitdiffstats
path: root/host/CMakeLists.txt
diff options
context:
space:
mode:
authormichael-west <michael.west@ettus.com>2018-01-22 10:21:08 -0800
committermichael-west <michael.west@ettus.com>2018-01-23 14:54:42 -0800
commit423b4c196df72c521152846a56a477ef3e98140b (patch)
tree0f99e419ed987694770808a7a610ab71460a5a5e /host/CMakeLists.txt
parentb6e7b96c879610341e05d4c2079e8120d466666a (diff)
downloaduhd-423b4c196df72c521152846a56a477ef3e98140b.tar.gz
uhd-423b4c196df72c521152846a56a477ef3e98140b.tar.bz2
uhd-423b4c196df72c521152846a56a477ef3e98140b.zip
Preparing branch for 3.10.3.0 release
- Updated fpga-src submodule - Updated images package Fixed regression issues found in testing of 3.10.3.0-rc1 - Overruns when using sc8 on B2xx - UBX older revisions causing dboard manager errors - Wrong version of winusb driver in images package
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r--host/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 6cf102a57..9627caa5a 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -341,8 +341,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 "c103f79a4e763c205785ce0bf4c02a4e")
-SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.003.000-rc1.zip")
+SET(UHD_IMAGES_MD5SUM "ad193ab61f9050c521b1511e69dd13a1")
+SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.010.003.000-rc2.zip")
#}}}
########################################################################