Skip to content

Commit aa93eb3

Browse files
committed
bladeRF-cli: Bumped patch version to denote fixes (0.10.2)
Fixes include: - Supporting rational sample rates via the libbladeRF rational sample rate i/f - Fixes in the 'correct' command, pertaining to the libbladeRF 0.12.0 changes. - RX/TX command error message fixes
1 parent d71a534 commit aa93eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/utilities/bladeRF-cli/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(bladeRF-cli C)
77

88
set(VERSION_INFO_MAJOR 0)
99
set(VERSION_INFO_MINOR 10)
10-
set(VERSION_INFO_PATCH 1)
10+
set(VERSION_INFO_PATCH 2)
1111
if(NOT DEFINED VERSION_INFO_EXTRA)
1212
set(VERSION_INFO_EXTRA "git")
1313
endif()

0 commit comments

Comments
 (0)