diff --git a/doc/PsPM_release_checklist.md b/doc/PsPM_release_checklist.md index e46cd81b0..e924c2114 100644 --- a/doc/PsPM_release_checklist.md +++ b/doc/PsPM_release_checklist.md @@ -4,6 +4,7 @@ This file contains the steps required for finalising a PsPM release. Many items - [ ] Update version number & date in - [ ] `pspm_msg` - [ ] `pspm_quit` + - [ ] `pspm_ui` - [ ] `pspm.fig`: Load `pspm.fig` into MATLAB using `openfig`, update `fig.Children(9).String` and save back to `pspm.fig` - [ ] Manual and Developers Guide: front pages - [ ] Make sure both manuals are updated diff --git a/src/pspm.fig b/src/pspm.fig index f5217116b..7d3580aa0 100644 Binary files a/src/pspm.fig and b/src/pspm.fig differ diff --git a/src/pspm.m b/src/pspm.m index 16d6a47bb..33a9319b8 100644 --- a/src/pspm.m +++ b/src/pspm.m @@ -1,8 +1,8 @@ function varargout = pspm(varargin) % pspm.m handles the main GUI for PsPM - % PsPM Version 5.1.1 - % (C) 2008-2021 Dominik R Bach (Wellcome Centre for Human Neuroimaging) + % PsPM Version 6.0.0 + % (C) 2008-2022 Dominik R Bach (Wellcome Centre for Human Neuroimaging) % Updated 22-07-2021 Teddy (WCHN, UCL) % initialise diff --git a/src/pspm_bf_data.m b/src/pspm_bf_data.m index c1d921a92..27f84d981 100644 --- a/src/pspm_bf_data.m +++ b/src/pspm_bf_data.m @@ -8,9 +8,9 @@ % FORMAT: % [bf, x]=pspm_bf_data(td) % -% PsPM 5.1.1, -% 2021 Dominik R Bach (University College London) -% Updated 2021 Teddy Chao (WCHN, UCL) +% PsPM 6.0.0 +% 2022 Dominik R Bach (University College London) +% Updated 2022 Teddy Chao (WCHN, UCL) %% Constants % CHANGE THIS TO CREATE YOUR FUNCTION diff --git a/src/pspm_ui.m b/src/pspm_ui.m index dfb9ddc10..a0295cfec 100644 --- a/src/pspm_ui.m +++ b/src/pspm_ui.m @@ -82,8 +82,7 @@ function pspm_ui(hObject,handles,window) handles.tag_attribution.FontSize = FSAttr; %handles.tag_attribution.Visible = 'off'; handles.tag_attribution.HorizontalAlignment = 'center'; - attribution_disp_text = sprintf(['Version 5.1.1, Build ',... - datestr(now,'ddmmyyyy'),' with MATLAB 2021a, ',... + attribution_disp_text = sprintf(['Version 6.0.0, Build 14-07-2022 with MATLAB 2022a, ',... 'The PsPM Team, University College London']); handles.tag_attribution.String = attribution_disp_text; handles.tag_PsPM.FontName = FNRoman;