Skip to content

Commit

Permalink
libbladeRF: bump to version v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rghilduta committed Dec 24, 2020
1 parent 591c3e5 commit 82afb15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions host/libraries/libbladeRF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ project(libbladeRF C)
################################################################################

set(VERSION_INFO_MAJOR 2)
set(VERSION_INFO_MINOR 2)
set(VERSION_INFO_PATCH 1)
set(VERSION_INFO_MINOR 4)
set(VERSION_INFO_PATCH 0)

if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git")
Expand Down
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF/include/libbladeRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*
* https://github.com/Nuand/bladeRF/blob/master/doc/development/versioning.md
*/
#define LIBBLADERF_API_VERSION (0x02020100)
#define LIBBLADERF_API_VERSION (0x02040000)

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 82afb15

Please sign in to comment.