summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-16 20:41:18 -0700
committerJosh Blum <josh@joshknows.com>2012-07-16 20:41:18 -0700
commit9d30b8fc24dc7efa8973a4d305b240c245133fe6 (patch)
treee5488d3d0d8e489cea4bc97f81375e5b9a88e771 /host/include
parentbb2fbec27b2dc7d199119ca952ae2a431cbbbb15 (diff)
parentb6bb13bcbab932d54f0502f885a9db8ca906eb5f (diff)
downloaduhd-9d30b8fc24dc7efa8973a4d305b240c245133fe6.tar.gz
uhd-9d30b8fc24dc7efa8973a4d305b240c245133fe6.tar.bz2
uhd-9d30b8fc24dc7efa8973a4d305b240c245133fe6.zip
Merge branch 'master' into next
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/version.hpp b/host/include/uhd/version.hpp
index ec017ee32..ab693f2b0 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-3"