diff options
Diffstat (limited to 'host/lib/version.cpp')
-rw-r--r-- | host/lib/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/version.cpp b/host/lib/version.cpp index 6925b35bc..42880b3c3 100644 --- a/host/lib/version.cpp +++ b/host/lib/version.cpp @@ -33,5 +33,5 @@ UHD_STATIC_BLOCK(print_system_info){ #endif std::string uhd::get_version_string(void){ - return "@UHD_VERSION@-@UHD_BUILD_INFO@"; + return "@UHD_VERSION@"; } |