Skip to content

Commit

Permalink
matlab: Updated to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Szymaniak committed Jan 7, 2016
1 parent b2268b5 commit 0caef94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions host/libraries/libbladeRF_bindings/matlab/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ For more detailed information, please see the git change log and issue tracker
hosted on GitHub: https://github.com/nuand/bladeRF
================================================================================

v0.1.1 (2016-01-07)
--------------------------------

This version is intended for use with libbladeRF v1.5.1.

Changes:
* libbladeRF-proto.m now searches the current working directory and
MATLABPATH for the neccessary THUNK library file.


v0.1.0 (2015-12-31)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF_bindings/matlab/bladeRF.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function check_status(fn, status)
%
major = 0;
minor = 1;
patch = 0;
patch = 1;
end

function [major, minor, patch, version_string] = library_version()
Expand Down

0 comments on commit 0caef94

Please sign in to comment.