diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index f0a2c18..06b6ce1 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -2,8 +2,8 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo - .VersionNumber = 'v1.19.31' - .VersionDate = Date(2014,08,22) + .VersionNumber = 'v1.19.32' + .VersionDate = Date(2014,08,26) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -17,6 +17,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- +2014/08/26 v1.19.32 +- If exists a property called "text" it is confused with a text/endtext structure (ph42) + 2014/08/22 v1.19.31 - Trash cleanup code on binary methods, normally added by tools like ReFox and others - Added EXE version number when generating a debug LOG file diff --git a/foxbin2prg.exe b/foxbin2prg.exe index 8971d93..a88bccc 100644 Binary files a/foxbin2prg.exe and b/foxbin2prg.exe differ diff --git a/foxbin2prg.pj2 b/foxbin2prg.pj2 index 216211b..8e3003a 100644 --- a/foxbin2prg.pj2 +++ b/foxbin2prg.pj2 @@ -26,7 +26,7 @@ _LegalTrademark = "Creative Commons 4: Reconocimiento - CompartirIgual (by-sa): _ProductName = " FOXBIN2PRG v1.19.31" _MajorVer = "1" _MinorVer = "19" -_Revision = "31" +_Revision = "32" _LanguageID = "1034" _AutoIncrement = "0" * diff --git a/foxbin2prg.pjt b/foxbin2prg.pjt index ce11c67..3475a95 100644 Binary files a/foxbin2prg.pjt and b/foxbin2prg.pjt differ diff --git a/foxbin2prg.pjx b/foxbin2prg.pjx index 759fefe..073eb96 100644 Binary files a/foxbin2prg.pjx and b/foxbin2prg.pjx differ