summaryrefslogtreecommitdiff
path: root/matlab/msbuild/buildToolbox.m
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
committerJoe George <joe@zeroc.com>2021-02-15 09:51:16 -0500
commit38cecfcf83521167b5db553da1c05612d88923cb (patch)
tree315efc136af6ba7550ea5894cdb185858aac3b8e /matlab/msbuild/buildToolbox.m
parentSupport for Ruby 3.0 (Fixes #1257) (#1258) (diff)
downloadice-38cecfcf83521167b5db553da1c05612d88923cb.tar.bz2
ice-38cecfcf83521167b5db553da1c05612d88923cb.tar.xz
ice-38cecfcf83521167b5db553da1c05612d88923cb.zip
Update version to v3.8.0
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')))