diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index 3d3ce75..ccb57e8 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -2,7 +2,7 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo - .VersionNumber = 'v1.19.49' + .VersionNumber = 'v1.19.50' .VersionDate = Date(2017,04,26) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' @@ -20,9 +20,11 @@ Supported formats are: PJX, PJM, SCX, VCX, FRX, LBX, MNX, DBC, DBF Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- +2017/04/26 v1.19.50 +- + 2017/04/26 v1.19.49 -v1.19.49 - Replace Scripting.FileSystemObject MoveFile with Win32API equivalent - Added support for using temporal CFG file for low-level API operations - Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler)