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 /host/include | |
parent | 1f1c98826c90d833336ec241a733b23fcbff5df2 (diff) | |
download | uhd-3e786f8556c5474f12d80405028020aba2bec4a7.tar.gz uhd-3e786f8556c5474f12d80405028020aba2bec4a7.tar.bz2 uhd-3e786f8556c5474f12d80405028020aba2bec4a7.zip |
Changed version strings for 3.8.0
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/version.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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{ |