Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMaullin committed Jan 7, 2019
1 parent f8d6922 commit 643153e
Showing 1 changed file with 1 addition and 1 deletion.
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 ' + swe('ver'); % 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

0 comments on commit 643153e

Please sign in to comment.