Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jynik committed Jan 18, 2014
1 parent d71a534 commit aa93eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/utilities/bladeRF-cli/CMakeLists.txt
Expand Up @@ -7,7 +7,7 @@ project(bladeRF-cli C)

set(VERSION_INFO_MAJOR 0)
set(VERSION_INFO_MINOR 10)
set(VERSION_INFO_PATCH 1)
set(VERSION_INFO_PATCH 2)
if(NOT DEFINED VERSION_INFO_EXTRA)
set(VERSION_INFO_EXTRA "git")
endif()
Expand Down

0 comments on commit aa93eb3

Please sign in to comment.