Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
ksgfan committed Dec 21, 2020
2 parents 9fec5ad + c596780 commit c97768d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loadingScreen.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
t2.FontSize = 13;
CST = ConstantGlobalValues;
version = CST.VERSION;set(hFig,'Name',strcat('Automagic v.',version));
set(hFig,'Name','Automagic v.2.4.3');
set(hFig,'Name',strcat('Automagic v.', version));
2 changes: 1 addition & 1 deletion src/ConstantGlobalValues.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
properties(Constant)

% Current version of Automagic. Just change this for new versions
VERSION = '2.4.3';
VERSION = '2.5';

DEFAULT_KEYWORD = 'Default';

Expand Down

0 comments on commit c97768d

Please sign in to comment.