From a2a5767db8af9e5c6007c3e7eb7c39896a3f7846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Thu, 21 Sep 2017 13:07:25 +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 9e6cda88..2e4b716e 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 15-Sep-2017 +% Version 21-Sep-2017 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index 7276e3ff..8bd688e3 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -999,7 +999,7 @@ case {'version','ver'} - varargout{1} = '20170915'; + varargout{1} = '20170921'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};