summaryrefslogtreecommitdiffstats
path: root/host/lib/version.cpp
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2012-02-28 09:17:26 -0800
committerJosh Blum <josh@joshknows.com>2012-02-28 10:36:23 -0800
commit2033713db5ca6224bc769747420458287eecc506 (patch)
tree37f72a393c91379f7c1642c97be1f4a03262d134 /host/lib/version.cpp
parentf591c4a80853a8ede173d36fad0049f19ae79636 (diff)
downloaduhd-2033713db5ca6224bc769747420458287eecc506.tar.gz
uhd-2033713db5ca6224bc769747420458287eecc506.tar.bz2
uhd-2033713db5ca6224bc769747420458287eecc506.zip
cmake:
More git info used for build info UHD version incorporates build info apt/yum repos use new version number New installer filename syntax
Diffstat (limited to 'host/lib/version.cpp')
-rw-r--r--host/lib/version.cpp2
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@";
}