aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/CMakeLists.txt4
-rw-r--r--host/cmake/Modules/UHDVersion.cmake2
-rw-r--r--host/include/uhd/version.hpp.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 4a6c171f5..3e01cfe6c 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -268,8 +268,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 "b20992748b90e6bdd228fe693f4d2ba2")
-SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.001-release.zip")
+SET(UHD_IMAGES_MD5SUM "164e052f2192f3652b03ee5976c9f53b")
+SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.008.002-release.zip")
#}}}
########################################################################
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake
index bcbf66750..0fb8c0af3 100644
--- a/host/cmake/Modules/UHDVersion.cmake
+++ b/host/cmake/Modules/UHDVersion.cmake
@@ -28,7 +28,7 @@ FIND_PACKAGE(Git QUIET)
########################################################################
SET(UHD_VERSION_MAJOR 003)
SET(UHD_VERSION_MINOR 008)
-SET(UHD_VERSION_PATCH 001)
+SET(UHD_VERSION_PATCH 002)
SET(UHD_VERSION_DEVEL FALSE)
########################################################################
diff --git a/host/include/uhd/version.hpp.in b/host/include/uhd/version.hpp.in
index 725a655c4..2d578d77e 100644
--- a/host/include/uhd/version.hpp.in
+++ b/host/include/uhd/version.hpp.in
@@ -27,7 +27,7 @@
* The format is oldest API compatible release - ABI compat number.
* The compatibility number allows pre-release ABI to be versioned.
*/
-#define UHD_VERSION_ABI_STRING "3.8.0-0"
+#define UHD_VERSION_ABI_STRING "3.8.2-0"
/*!
* A macro to check UHD version at compile-time.