From 5aa5e1df905314e91a3830e65d9217fc637b2652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Fri, 12 Oct 2018 13:30:24 +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 fee3f678..3197c588 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 26-September-2018 +% Version 12-October-2018 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index 392ba4ac..e26c9c98 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -1020,7 +1020,7 @@ case {'version','ver'} - varargout{1} = '20180926'; + varargout{1} = '20181012'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};