From a54e09c920a33b627f38c08278e936b1e8496498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Fri, 9 Feb 2018 10:29:40 +0100 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 bc4ad9b1..b421519a 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 21-Nov-2017 +% Version 09-Feb-2018 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index ae0c1d5c..5cb8b33c 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -999,7 +999,7 @@ case {'version','ver'} - varargout{1} = '20171121'; + varargout{1} = '20180209'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};