Skip to content

Commit

Permalink
Bump version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 30, 2020
1 parent 7c714c1 commit 0cdf054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load_xdf.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
% Matthew Grivich.
%
% version 1.13
LIBVERSION = '1.13';
LIBVERSION = '1.14';
% check inputs
opts = cell2struct(varargin(2:2:end),varargin(1:2:end),2);
if ~isfield(opts,'OnChunk')
Expand Down Expand Up @@ -239,7 +239,7 @@

% there is a fast C mex file for the inner loop, but it's
% not necessarily available for every platform
have_mex = exist('load_xdf_innerloop','file');
have_mex = exist('load_xdf_innerloop', 'file');
if ~have_mex
if opts.Verbose
disp(['NOTE: apparently you are missing a compiled binary version of the inner loop code.',...
Expand Down

0 comments on commit 0cdf054

Please sign in to comment.