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 65ccfba0161..85bf406b2e6 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/display/Rel/Ice+3.7.2+Release+Notes">Ice Release Notes</a> '...
+ '<a href="https://doc.zeroc.com/display/Rel/Ice+3.7.3+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')))