diff options
author | Josh Blum <josh@joshknows.com> | 2012-05-10 20:49:30 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-05-10 20:49:30 -0700 |
commit | 233442688ee0c507ddca9fe12959fe6027c9e258 (patch) | |
tree | 70c25da38a2267aa2f4c505bc6fe3cdbb7eb98fe /host/include | |
parent | cff8455d2c93a41a681d54a9444f5451c3a5c6bb (diff) | |
download | uhd-233442688ee0c507ddca9fe12959fe6027c9e258.tar.gz uhd-233442688ee0c507ddca9fe12959fe6027c9e258.tar.bz2 uhd-233442688ee0c507ddca9fe12959fe6027c9e258.zip |
uhd: bump ABI compat for multi_usrp change
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 9a95b4786..09d0e55fd 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-1" +#define UHD_VERSION_ABI_STRING "3.4.0-2" namespace uhd{ |