From aa0b53546116e568f0958d3d51311c8f2f9eca36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Wed, 30 Sep 2020 23:34:20 +0200 Subject: [PATCH] Prepare 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 3cfc074b..399e78a2 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 16-January-2020 +% Version 30-September-2020 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index f4b527bf..8e1bbb6b 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -1031,7 +1031,7 @@ case {'version','ver'} - varargout{1} = '20200116'; + varargout{1} = '20200930'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};