From 2033713db5ca6224bc769747420458287eecc506 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Tue, 28 Feb 2012 09:17:26 -0800 Subject: cmake: More git info used for build info UHD version incorporates build info apt/yum repos use new version number New installer filename syntax --- host/lib/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/version.cpp') 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@"; } -- cgit v1.2.3