From 20314e0461b272f03b12b523eb0559444aafe47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Fri, 18 Aug 2017 10:56:52 +0200 Subject: [PATCH] Update for new release --- Contents.m | 2 +- extras/yalmip.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Contents.m b/Contents.m index 9112a593..2c8cbb07 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 26-Jun-2017 +% Version 18-Aug-2017 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index 803dc536..48212955 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -989,7 +989,7 @@ case {'version','ver'} - varargout{1} = '20170626'; + varargout{1} = '20170818'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};