Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Girard committed Mar 16, 2018
1 parent d0c9540 commit fcca037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fig_review.m
Expand Up @@ -274,7 +274,7 @@ function menu_export_Callback(hObject,~)

function menu_about_Callback(~,~)
global version;
msgbox(sprintf('CARMA version %.2f\nJeffrey M Girard (c) 2014-2017\nhttp://carma.jmgirard.com\nGNU General Public License v3',version),'About','Help');
msgbox(sprintf('CARMA version %.2f\nJeffrey M Girard (c) 2014-2018\nhttp://carma.jmgirard.com\nGNU General Public License v3',version),'About','Help');
end

% ===============================================================================
Expand Down

0 comments on commit fcca037

Please sign in to comment.