diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-05 14:58:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-05 14:58:16 -0700 |
commit | bd3eeb5149efe5f9ca3e5b83b46cdb37f279d3d5 (patch) | |
tree | 1bd93d0905292e949aa56fe07c3e562cef08fdc6 /host | |
parent | e59bad03bb12887d1719508709de218525f132fe (diff) | |
download | uhd-bd3eeb5149efe5f9ca3e5b83b46cdb37f279d3d5.tar.gz uhd-bd3eeb5149efe5f9ca3e5b83b46cdb37f279d3d5.tar.bz2 uhd-bd3eeb5149efe5f9ca3e5b83b46cdb37f279d3d5.zip |
uhd: changed ABI compat string to 3.4.0-1 for new multi usrp additions
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 ee0c4fe43..9a95b4786 100644 --- a/host/include/uhd/version.hpp +++ b/host/include/uhd/version.hpp @@ -27,7 +27,7 @@ * The format is oldest ABI compatible release - ABI compat number. * The compatibility number allows pre-release ABI to be versioned. */ -#define UHD_VERSION_ABI_STRING "3.4.0-0" +#define UHD_VERSION_ABI_STRING "3.4.0-1" namespace uhd{ |