warning(['This version of Octave is not supported. Consider installing '...
'version %s+ of Octave,\notherwise m files will be used instead '...
'of precompiled mex files and some features, like solution\n'...
'of models approximated at third order, will not be available.'],supported_octave_version())
skipline()
end
else
ifmatlab_ver_less_than('7.5')
skipline()
warning('This version of Dynare has only been tested on MATLAB 7.5 (R2007b) and above. Since your MATLAB version is older than that, Dynare may fail to run, or give unexpected results. Consider upgrading your MATLAB installation, or switch to Octave.');