From cf8e0548ccf230beb83f2a88e8283de7604f548b Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Wed, 26 Apr 2017 21:10:02 +0200 Subject: [PATCH] updated version file --- FoxBin2PRGVersionFile.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)