Skip to content

Commit

Permalink
update version to 1.4.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Mar 12, 2023
1 parent d26ff61 commit 5bf0733
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -1342,3 +1342,11 @@ Version history
* fixed projects no longer considered failing
* D files in VC projects failed to build in VS 2022 17.3 and 17.4, added separate versions of
dbuild.17.x.dll linked against respective version of Microsoft.Build.CPPTasks.Common.dll

2023-03-12 version 1.4.0
* dmdserver updated to frontend of DMD 2.103.0-beta1
* full installer now bundled with DMD 2.102.2 and LDC 1.31.0
* fixed issue 23734: avoid exception by std.file.isDir when clicking a project folder that doesn't exist
* added separate version of Microsoft.Build.CPPTasks.Common for VS 17.5.
* improved message when dmd crashes
* "add imports from dependent projects" is now evaluated recursively
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 2
#define VERSION_BETA
#define VERSION_BUILD 0
#define VERSION_MINOR 4
#define VERSION_REVISION 0
#define VERSION_BETA -beta
#define VERSION_BUILD 1
4 changes: 2 additions & 2 deletions nsis/visuald.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

; define DMD source path to include dmd installation
; !define DMD
!define DMD_VERSION "2.101.0"
!define DMD_VERSION "2.102.2"
!define DMD_SRC c:\d\dmd-${DMD_VERSION}

; define LDC to include ldc installation
; !define LDC
!define LDC_VERSION "1.30.0"
!define LDC_VERSION "1.31.0"
!define LDC_SRC c:\d\ldc2-${LDC_VERSION}-windows-multilib

; define VS2019 to include VS2019 support
Expand Down

0 comments on commit 5bf0733

Please sign in to comment.