Skip to content

Commit

Permalink
Upgraded mffmatlabio library to version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Apr 1, 2020
1 parent fe3bb4a commit caca0c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

</head>
<body alink="#fff000" link="#fff000" vlink="#fff000">
<!-- LICENCE_START -->Version: 3.200330 (30-Mar-2020)<br>
<!-- LICENCE_START -->Version: 3.200401 (01-Apr-2020)<br>
<span style="font-style: italic;">COPYRIGHT &copy; 2000-2020
USC &amp; McGill University.<br>
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% Brainstorm
% v. 3.200330 (30-Mar-2020)
% v. 3.200401 (01-Apr-2020)
4 changes: 2 additions & 2 deletions toolbox/io/in_fopen_mff.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
%% ===== DOWNLOAD MFF JAR FILE =====
function downloadAndInstallMffLibrary()
% Current up-to-date version
mffVer = 2.02;
zipFile = 'mffmatlabio-2.02.zip';
mffVer = 3.1;
zipFile = 'mffmatlabio-3.1.zip';
% Check whether JAR file is in Java path
[jarPath, jarExists] = bst_get('MffJarFile');
mffDir = fileparts(jarPath);
Expand Down

0 comments on commit caca0c1

Please sign in to comment.