diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-11 17:02:54 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-11 17:02:54 -0700 |
commit | 6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e (patch) | |
tree | 7cb9f111405f67f6dcb1df3ba0f8385a0fa680df /host/include | |
parent | 00c70d7155e40e59c7635b5aecc2993ca3f4ae5e (diff) | |
download | uhd-6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e.tar.gz uhd-6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e.tar.bz2 uhd-6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e.zip |
Updated repository for 3.10.0.0 Release
- Updated CHANGELOG
- Updated fpga-src submodule
- Updated version string
- Updated ABI string
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/version.hpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/version.hpp.in b/host/include/uhd/version.hpp.in index 85c0aac9f..905306c65 100644 --- a/host/include/uhd/version.hpp.in +++ b/host/include/uhd/version.hpp.in @@ -27,7 +27,7 @@ * The format is oldest API compatible release - ABI compat number. * The compatibility number allows pre-release ABI to be versioned. */ -#define UHD_VERSION_ABI_STRING "3.10.0-0" +#define UHD_VERSION_ABI_STRING "3.10.0" /*! * A macro to check UHD version at compile-time. |