From bac9e47a90b0739e4d21e35fe0fc4490c7a2250d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 10 Feb 2020 16:59:53 +0100 Subject: [PATCH] Windows package: bump to Octave 5.2.0_1 (rebuild of 5.2.0) (cherry picked from commit b5de8b1835259d61acdf6653cef2f7fdf12e4a8d) --- windows/deps/versions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk index 49f578346d..7ce15025df 100644 --- a/windows/deps/versions.mk +++ b/windows/deps/versions.mk @@ -2,8 +2,8 @@ SLICOT_VERSION = 5.0+20101122 X13AS_VERSION = 1.1_B39 OCTAVE_VERSION = 5.2.0 -OCTAVE_W32_BUILD = -OCTAVE_W64_BUILD = +OCTAVE_W32_BUILD = _1 +OCTAVE_W64_BUILD = _1 MATLAB32_VERSION = 20181204 MATLAB64_VERSION = 20181204 -- GitLab