Skip to content

Commit 6e808ac

Browse files
committed
update bundled compilers to dmd 2.109 and LDC 1.39
1 parent 772c2c5 commit 6e808ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,5 +1369,7 @@ Version history
13691369
* fixed some version inaccuracies in installation files
13701370

13711371
2024-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

nsis/visuald.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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

0 commit comments

Comments
 (0)