aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-08-18 11:22:11 -0700
committerMartin Braun <martin.braun@ettus.com>2015-08-18 11:22:11 -0700
commit63a36019b233f739c53d572e2839724a073905f8 (patch)
tree8cebe3059aadba9056fe87daa7c864e6d55ca5c9 /host/include
parent9d8e9bbe20b45c4cfe21fdbbad5dfc4b2cfeea49 (diff)
downloaduhd-63a36019b233f739c53d572e2839724a073905f8.tar.gz
uhd-63a36019b233f739c53d572e2839724a073905f8.tar.bz2
uhd-63a36019b233f739c53d572e2839724a073905f8.zip
Updated version strings + fpga-src for 3.9.0 release
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/version.hpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/version.hpp.in b/host/include/uhd/version.hpp.in
index 2d578d77e..e2c64812d 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.8.2-0"
+#define UHD_VERSION_ABI_STRING "3.9.0-0"
/*!
* A macro to check UHD version at compile-time.