Skip to content

Commit

Permalink
Merge pull request #97 from TomMaullin/new_release_2.1.0
Browse files Browse the repository at this point in the history
Release SwE Version 2.1.0
  • Loading branch information
TomMaullin authored Jan 7, 2019
2 parents f234b63 + 643153e commit f1b43be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion swe.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
% Written by Bryan Guillaume
% Version Info: $Format:%ci$ $Format:%h$

versionNo = '2.0.0';
versionNo = '2.1.0';

try
Modality = spm_get_defaults('modality');
Expand Down
2 changes: 1 addition & 1 deletion swe_DesRep.m
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
text(0.5,0.95,str,'Fontsize',FS(14),'Fontweight','Bold',...
'HorizontalAlignment','center');

ver = '\it Design specified using SwE Version 1.2.11'; % When we update to 2.0.0 this should use swe('ver').
ver = ['\it Design specified using SwE Version ', swe('ver')]; % When we update to 2.0.0 this should use swe('ver').
text(0.8,0.04,ver,'Fontsize',FS(8),'Fontweight','Bold',...
'HorizontalAlignment','center', 'Interpreter', 'Tex', 'Color', [1 1 1]*.6);

Expand Down
2 changes: 1 addition & 1 deletion swe_checkCompat.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function swe_checkCompat(matVer, tbVer)

% Record earliest compatible versions.
earliestCompatVer('2.0.0') = '2.0.0';
earliestCompatVer('2.0.1') = '2.0.0';
earliestCompatVer('2.1.0') = '2.0.0';

% The below line works out the latest compatible version from the
% earliest compatible versions. This code is now redundant but may be
Expand Down

0 comments on commit f1b43be

Please sign in to comment.