diff options
author | Josh Blum <josh@joshknows.com> | 2013-07-15 16:13:25 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-07-15 16:13:25 -0700 |
commit | 7e753e46e4dd801cbddba3a6d64c87247707973e (patch) | |
tree | 0ac65d001105a43c559e678b6ea173f65582caf1 /host | |
parent | 719569ffbbf03ec62e14cb8527b254d77bfdfc43 (diff) | |
download | uhd-7e753e46e4dd801cbddba3a6d64c87247707973e.tar.gz uhd-7e753e46e4dd801cbddba3a6d64c87247707973e.tar.bz2 uhd-7e753e46e4dd801cbddba3a6d64c87247707973e.zip |
uhd: bump abi string for previous changes
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 01e5c3cdb..a62ee8285 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.6.0-0" +#define UHD_VERSION_ABI_STRING "3.6.0-1" namespace uhd{ |