diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-02-28 09:17:26 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-28 10:36:23 -0800 |
commit | 2033713db5ca6224bc769747420458287eecc506 (patch) | |
tree | 37f72a393c91379f7c1642c97be1f4a03262d134 /host/lib | |
parent | f591c4a80853a8ede173d36fad0049f19ae79636 (diff) | |
download | uhd-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')
-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@"; } |