diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m
index eedca5936475281d9cdcafcbf9901850411ba90f..ba5c6a839d1ac9715775b5cafa4430d1032e00be 100644
--- a/matlab/dynare_config.m
+++ b/matlab/dynare_config.m
@@ -16,7 +16,7 @@ function dynareroot = dynare_config(path_to_dynare)
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 2001-2019 Dynare Team
+% Copyright (C) 2001-2020 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -133,7 +133,7 @@ if ~isoctave && matlab_ver_less_than('7.11')
 end
 
 %% isdiag is missing in MATLAB < R2014a
-if ~isoctave && matlab_ver_less_than('8.4')
+if ~isoctave && matlab_ver_less_than('8.3')
     p{end+1} = '/missing/isdiag';
 end