From bfaf3b5db5a3258bcdf781e7f7d3ff2285c69684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20L=C3=B6fberg?= Date: Thu, 22 Jun 2023 13:57:52 +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 f5883f0c..1b425002 100644 --- a/Contents.m +++ b/Contents.m @@ -1,3 +1,3 @@ % YALMIP -% Version 09-June-2023 +% Version 22-June-2023 % Help on http://yalmip.github.io diff --git a/extras/yalmip.m b/extras/yalmip.m index de378042..3c358205 100644 --- a/extras/yalmip.m +++ b/extras/yalmip.m @@ -1035,7 +1035,7 @@ case {'version','ver'} - varargout{1} = '20210609'; + varargout{1} = '20230622'; case 'setintvariables' internal_sdpvarstate.intVariables = varargin{2};