From e21387c8745b6991d1a3170a2e8507da27ba7c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Wed, 26 Apr 2017 15:51:24 +0200 Subject: [PATCH] Bump Octave version. Octave 4.2.1 32bit or 64bit is now required (should work with 4.2.0 but not tested anymore, so users should upgrade). --- matlab/supported_octave_version.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/supported_octave_version.m b/matlab/supported_octave_version.m index 9f6f2d633..97e2c4605 100644 --- a/matlab/supported_octave_version.m +++ b/matlab/supported_octave_version.m @@ -17,4 +17,4 @@ function v = supported_octave_version() % You should have received a copy of the GNU General Public License % along with Dynare. If not, see . -v = '4.2.0'; \ No newline at end of file +v = '4.2.1'; \ No newline at end of file