% This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
...
...
@@ -111,4 +111,12 @@ if isempty(select_x13_binary(true))
rmpath([dseries_src_root'utilities/x13']);
end
% The following version requirement should not be stricter than the one in
% Dynare (matlab/dynare.m and mex/build/octave/configure.ac)
ifisoctave&&octave_ver_less_than('6.2.0')
skipline()
warning(['This version of dseries has only been tested on Octave 6.2.0 and above. It may fail to run or give unexpected result. Consider upgrading your version of Octave.'])