aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/version.cpp')
-rw-r--r--host/lib/version.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/version.cpp b/host/lib/version.cpp
index f3c268748..016c46a9f 100644
--- a/host/lib/version.cpp
+++ b/host/lib/version.cpp
@@ -18,3 +18,7 @@ std::string uhd::get_version_string(void){
std::string uhd::get_abi_string(void){
return UHD_VERSION_ABI_STRING;
}
+
+std::string uhd::get_component(void){
+ return "@UHD_COMPONENT@";
+} \ No newline at end of file