summaryrefslogtreecommitdiff
path: root/matlab/msbuild/buildToolbox.m
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/msbuild/buildToolbox.m')
-rw-r--r--matlab/msbuild/buildToolbox.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/msbuild/buildToolbox.m b/matlab/msbuild/buildToolbox.m
index c37213e66d9..efcb30a99dc 100644
--- a/matlab/msbuild/buildToolbox.m
+++ b/matlab/msbuild/buildToolbox.m
@@ -14,7 +14,7 @@ function buildToolbox(iceVersion)
fprintf(f, '%% Version %s (R%s) %s\r\n', iceVersion, version('-release'), date);
fprintf(f, '%%\r\n');
fprintf(f, ['%% Please refer to the '...
- '<a href="https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-7-5-release-notes">Ice Release Notes</a> '...
+ '<a href="https://doc.zeroc.com/rel/ice-releases/ice-3-7/ice-3-8-0-release-notes">Ice Release Notes</a> '...
'for more information\r\n']);
fclose(f);
matlab.addons.toolbox.packageToolbox(projectFile, sprintf('ice-%s-R%s.mltbx', iceVersion, version('-release')))