diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-08-31 17:03:03 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-31 17:03:03 -0700 |
commit | 883db3cf99094009906dbff6f239d494bfc2ebbb (patch) | |
tree | 90677505b5334d3ae8971ac0e66d702e0ec622e6 /host/include | |
parent | cd31356f095fd84fb0d8de5064d513e611b3ae1f (diff) | |
download | uhd-883db3cf99094009906dbff6f239d494bfc2ebbb.tar.gz uhd-883db3cf99094009906dbff6f239d494bfc2ebbb.tar.bz2 uhd-883db3cf99094009906dbff6f239d494bfc2ebbb.zip |
Updated version strings on master branch (3.10)
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/version.hpp.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/version.hpp.in b/host/include/uhd/version.hpp.in index e2c64812d..bfa0b904a 100644 --- a/host/include/uhd/version.hpp.in +++ b/host/include/uhd/version.hpp.in @@ -1,5 +1,5 @@ // -// Copyright 2010-2014 Ettus Research LLC +// Copyright 2010-2015 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -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.9.0-0" +#define UHD_VERSION_ABI_STRING "3.10.0-0" /*! * A macro to check UHD version at compile-time. |