Commit 1506eaa6 authored by Jay Dubb's avatar Jay Dubb
Browse files

v1.25.14

-- Change default value of "Data Storage Scheme" in AppSettings.cfg to 'memory' to work around an unaddressed design limitation (can't rename group folder after produsing processed output) for the 2020 fNIRS course.
parent e57828fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ On
on

% Data Storage Scheme
files
memory

% Auto Save Acquisition Files
No
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ function vrnnum = getVernum()

vrnnum{1} = '1';   % Major version #
vrnnum{2} = '25';  % Major sub-version #
vrnnum{3} = '13';   % Minor version #
vrnnum{3} = '14';   % Minor version #
vrnnum{4} = '0';   % Minor sub-version # or patch #: 'p1', 'p2', etc