diff options
author | Josh Blum <josh@joshknows.com> | 2013-01-23 04:48:21 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-01-23 04:48:21 -0800 |
commit | e134b8639025bd8b42c9640f3f409f61e2cc8b8c (patch) | |
tree | 7a1c4312bc2319b0a6e218767ee340bda11d3f2e /host | |
parent | bbb5bb2b48e279685349ca07d17936dc30b704b7 (diff) | |
download | uhd-e134b8639025bd8b42c9640f3f409f61e2cc8b8c.tar.gz uhd-e134b8639025bd8b42c9640f3f409f61e2cc8b8c.tar.bz2 uhd-e134b8639025bd8b42c9640f3f409f61e2cc8b8c.zip |
uhd: increment UHD_VERSION_ABI_STRING "3.6.0-0"
Added tune args to tune request.
Thefore the API of the master branch does not match 3.5.* release,
by this system, the compat string should be the unrelease 3.6 - w/ compat -0.
The -0 may increase w/ future ABI/API changes before 3.6 release.
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/version.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/version.hpp b/host/include/uhd/version.hpp index ab693f2b0..01e5c3cdb 100644 --- a/host/include/uhd/version.hpp +++ b/host/include/uhd/version.hpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2012 Ettus Research LLC +// Copyright 2010-2013 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.4.0-3" +#define UHD_VERSION_ABI_STRING "3.6.0-0" namespace uhd{ |