From 339b622e0aeaa874e286391c83d13d9f82d4f6f0 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 6 Oct 2014 08:57:15 +0200 Subject: Updated version string for Release 3.7.3 --- host/cmake/Modules/UHDVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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 -- cgit v1.2.3 From e10df19c89d21ce860a36bb071b4a26b2f067460 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 6 Oct 2014 09:21:14 +0200 Subject: Updated images archive for Release 3.7.3 --- host/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index f599437dc..3e8b0cd76 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 "209c93ceb61f1bf4e094a241d46e300c") -SET(UHD_IMAGES_DOWNLOAD_SRC "http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.007.002-13-gbf8292bf.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 -- cgit v1.2.3