diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-21 16:42:26 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-21 16:42:26 -0700 |
commit | 1d2e8d39a314dd4be5873f371f572887320bc4fd (patch) | |
tree | cd94b55a0d5eb2727782b4626037c1311e9d0c16 /host | |
parent | 75c922ae0468363cc9e215a66763c7c4e396a13f (diff) | |
parent | 8f46b048818ba107126910159c76453cfb2025e2 (diff) | |
download | uhd-1d2e8d39a314dd4be5873f371f572887320bc4fd.tar.gz uhd-1d2e8d39a314dd4be5873f371f572887320bc4fd.tar.bz2 uhd-1d2e8d39a314dd4be5873f371f572887320bc4fd.zip |
Merge branch 'maint'
Diffstat (limited to 'host')
-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 1bb89dd84..81940f078 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.0-0" +#define UHD_VERSION_ABI_STRING "3.7.1-0" namespace uhd{ |