diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-13 20:28:48 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-13 20:28:48 +0200 |
commit | 3e786f8556c5474f12d80405028020aba2bec4a7 (patch) | |
tree | c26914124429650934bf9cd9dacfb4e7794deaac | |
parent | 1f1c98826c90d833336ec241a733b23fcbff5df2 (diff) | |
download | uhd-3e786f8556c5474f12d80405028020aba2bec4a7.tar.gz uhd-3e786f8556c5474f12d80405028020aba2bec4a7.tar.bz2 uhd-3e786f8556c5474f12d80405028020aba2bec4a7.zip |
Changed version strings for 3.8.0
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 4 | ||||
-rw-r--r-- | host/include/uhd/version.hpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 4ffe03c3a..edf497a8d 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -26,8 +26,8 @@ FIND_PACKAGE(Git QUIET) # - increment patch on for bug fixes and docs ######################################################################## SET(UHD_VERSION_MAJOR 003) -SET(UHD_VERSION_MINOR 007) -SET(UHD_VERSION_PATCH 003) +SET(UHD_VERSION_MINOR 008) +SET(UHD_VERSION_PATCH 000) ######################################################################## # Set up trimmed version numbers for DLL resource files and packages diff --git a/host/include/uhd/version.hpp b/host/include/uhd/version.hpp index ae583bf96..998765899 100644 --- a/host/include/uhd/version.hpp +++ b/host/include/uhd/version.hpp @@ -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.7.3-0" +#define UHD_VERSION_ABI_STRING "3.8.0-0" namespace uhd{ |