diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-06 10:28:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-06 10:28:56 -0700 |
commit | b3deb2528aaba1c7e00e5c27b136def2bd48a292 (patch) | |
tree | 55968869b6b27988b304201dafed9e9e6662a9e4 | |
parent | 23f8854b398b92b34d520720abb239fa41b04254 (diff) | |
parent | ce2d5e2b8a8ca97cd24654e0ea7c0ed86aae525c (diff) | |
download | uhd-b3deb2528aaba1c7e00e5c27b136def2bd48a292.tar.gz uhd-b3deb2528aaba1c7e00e5c27b136def2bd48a292.tar.bz2 uhd-b3deb2528aaba1c7e00e5c27b136def2bd48a292.zip |
Merge branch 'maint'
-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 09d0e55fd..f08d8ae46 100644 --- a/host/include/uhd/version.hpp +++ b/host/include/uhd/version.hpp @@ -24,7 +24,7 @@ /*! * The ABI version string that the client application builds against. * Call get_abi_string() to check this against the library build. - * The format is oldest ABI compatible release - ABI compat number. + * 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.4.0-2" |