aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/version.hpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/version.hpp.in b/host/include/uhd/version.hpp.in
index bfa0b904a..85c0aac9f 100644
--- a/host/include/uhd/version.hpp.in
+++ b/host/include/uhd/version.hpp.in
@@ -31,7 +31,7 @@
/*!
* A macro to check UHD version at compile-time.
- * The value of this macro is MAJOR * 10000 + MINOR * 100 + PATCH
+ * The value of this macro is MAJOR * 1000000 + API * 10000 + ABI * 100 + PATCH
* (e.g., for UHD 3.8.1 this is 30801).
*/
#cmakedefine UHD_VERSION @UHD_VERSION_ADDED@