diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-09-02 11:21:39 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-09-02 12:04:37 +0200 |
commit | c219cee65a691792154e0ae2cdf9d81e539b1da8 (patch) | |
tree | ed6500de27601fa8eb93366492b6748fbbcb4798 /host/include | |
parent | 654c5b06c086ce8b13a5be07e680004c96da8501 (diff) | |
download | uhd-c219cee65a691792154e0ae2cdf9d81e539b1da8.tar.gz uhd-c219cee65a691792154e0ae2cdf9d81e539b1da8.tar.bz2 uhd-c219cee65a691792154e0ae2cdf9d81e539b1da8.zip |
Updated ABI version string
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 81940f078..0a8347afe 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.1-0" +#define UHD_VERSION_ABI_STRING "3.7.2-0" namespace uhd{ |