From e69bcd3ea2c4b9506199a11eeb2777e0e292f33e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 20 Mar 2012 22:12:23 -0700 Subject: uhd: add calls to query an ABI compat string --- host/lib/version.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'host/lib/version.cpp') diff --git a/host/lib/version.cpp b/host/lib/version.cpp index 42880b3c3..2b7125e55 100644 --- a/host/lib/version.cpp +++ b/host/lib/version.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2011 Ettus Research LLC +// Copyright 2010-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -35,3 +35,7 @@ UHD_STATIC_BLOCK(print_system_info){ std::string uhd::get_version_string(void){ return "@UHD_VERSION@"; } + +std::string uhd::get_abi_string(void){ + return UHD_VERSION_ABI_STRING; +} -- cgit v1.2.3