aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/version_c.cpp
Commit message (Collapse)AuthorAgeFilesLines
* C: Add uhd_get_abi_string, uhd_get_version_stringNicholas Corgan2019-05-021-0/+34
Clients that include the UHD C headers have access to the version and ABI #defines, but this is not available to clients that dynamically load the library. This commit adds publicly exported functions to provide this information.