Skip to content

Commit

Permalink
Migrate to Visual Studio 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Nov 24, 2022
1 parent d42cd9e commit 9d95c9f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 20 deletions.
20 changes: 6 additions & 14 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Visual Leak Detector (VLD) Version 2.5.3
Visual Leak Detector (VLD) Version 2.5.4


Change Log / Release Notes

2.5.4 (25 November 2022)
----------------------------
+ Migrate to Visual Studio 2022

2.5.3 (20 March 2019)
----------------------------
+ More fixes
Expand All @@ -14,7 +18,7 @@ Visual Leak Detector (VLD) Version 2.5.3

Bugs Fixed:
+ Fix #10586 VLD interferes with GetLastError().
+ Fix GitHub issue 38, Installation of 2.5.1 on 32-bit Windows 7 fails
+ Fix GitHub issue 38, Installation of 2.5.1 on 32-bit Windows 7 fails

2.5.1 (30 January 2017)
----------------------------
Expand Down Expand Up @@ -564,15 +568,3 @@ Visual Leak Detector (VLD) Version 2.5.3
0.9a beta (12 March 2005)
-------------------------
Initial Public Release












Binary file modified bin/vld_x64.dll
Binary file not shown.
Binary file modified bin/vld_x64.pdb
Binary file not shown.
10 changes: 5 additions & 5 deletions setup/version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

#define VLDVERSION L"2.5.3"
#define VERSION_NUMBER 2,5,3,0
#define VERSION_STRING "2.5.3.0"
#define VERSION_COPYRIGHT "Copyright (C) 2005-2019"
#define VLDVERSION L"2.5.4"
#define VERSION_NUMBER 2,5,4,0
#define VERSION_STRING "2.5.4.0"
#define VERSION_COPYRIGHT "Copyright (C) 2005-2022"

#ifndef __FILE__
!define VLD_VERSION "2.5.3" // NSIS Script
!define VLD_VERSION "2.5.4" // NSIS Script
#endif
2 changes: 1 addition & 1 deletion src/vld.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32"
name="VLDTeam.VLD.VLD"
version="2.5.2.0"
version="2.5.4.0"
processorArchitecture="*"
publicKeyToken="0000000000000000"
/>
Expand Down

0 comments on commit 9d95c9f

Please sign in to comment.