From e134b8639025bd8b42c9640f3f409f61e2cc8b8c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 23 Jan 2013 04:48:21 -0800 Subject: 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. --- host/include/uhd/version.hpp | 4 ++-- 1 file 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{ -- cgit v1.2.3