Release v2.2.0
Downloads
There are two different release zip files attached below for the 64 and 32 bit versions of CompFileDate.
Windows 64 bit users should download the 64 bit version, i.e. the zip file whose name begins with CompFileDate-exe64. A legacy 32 bit version is also available for Windows 32 bit OS users, in the zip file whose names begins with CompFileDate-exe32.
See ReadMe.txt included in each download for details of how to install the program.
Changes
- Added 64 bit version of the program. [issue #12]
- Fixed bug where no error code was returned by the program when a file name passed on the command line does not exist. [issue #14]
- Refactoring: Delphi units are now referenced in source code by fully qualified unit scope names. [issue #15]
- Changed build process:
- Updated program to compile with Delphi 12.1. [issue #11]
- MSBuild replaces use of Embarcadero Make.
MakefileandCompFileDate.cfgwere removed. - A new
Deploy.batscript is now used to create releases. - Binaries are now created in the
_builddirectory instead ofBuild.
- Documentation updates:
Build.txtrewritten re new build process.Docs/ReadMe.txtandREADME.mdwere revised re availability of 32 bit and 64 bit versions of the program along with other relevant changes.