File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1369,5 +1369,7 @@ Version history
13691369 * fixed some version inaccuracies in installation files
13701370
137113712024-07-29 version 1.4.0-rc2
1372+ * updated to frontend of DMD 2.110.0-beta1
1373+ * full installer now bundled with DMD 2.109.1 and LDC 1.39.0
13721374 * added separate version of dbuild.dll linked against Microsoft.Build.CPPTasks.Common for VS 17.10 - 17.11
13731375 * fixed detecting dmd update after 2.108
Original file line number Diff line number Diff line change 2929
3030; define DMD source path to include dmd installation
3131; !define DMD
32- !define DMD_VERSION " 2.107.0 "
32+ !define DMD_VERSION " 2.109.1 "
3333!define DMD_SRC c:\d\dmd-${DMD_VERSION}
3434
3535; define LDC to include ldc installation
3636; !define LDC
37- !define LDC_VERSION " 1.36 .0"
37+ !define LDC_VERSION " 1.39 .0"
3838!define LDC_SRC c:\d\ldc2-${LDC_VERSION} -windows-multilib
3939
4040; define VS2019 to include VS2019 support
You can’t perform that action at this time.
0 commit comments