From b448bb331a3a09bc395d38ee8e1261b209872ba6 Mon Sep 17 00:00:00 2001 From: Nicolas Cuervo Date: Sun, 31 Jul 2016 20:35:45 -0700 Subject: cmake: Fix compatibility with new versioning scheme - Fixes init_usrp --- host/include/uhd/version.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') 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@ -- cgit v1.2.3