From 1b3e070d415c9127edc49bb53f27e064147bd58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Fri, 17 Aug 2018 09:20:54 +0200 Subject: [PATCH] Prepare for release --- Contents.m | 2 +- extras/yalmip.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Contents.m b/Contents.m index 6b0cf35b..da48a77d 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 12-June-2018 +% Version 17-August-2018 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index e3d7c239..4372f67c 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -1020,7 +1020,7 @@ case {'version','ver'} - varargout{1} = '20180612'; + varargout{1} = '20180817'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};