diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index ccb57e8..6ec5d3a 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -21,7 +21,7 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- 2017/04/26 v1.19.50 -- +- Bug Fix: "Double" field types are explicitly defined with 0 decimals when no decimals are defined (Jerry Stager) 2017/04/26 v1.19.49 diff --git a/fb2p_diff.pj2 b/fb2p_diff.pj2 index 3ca89fc..be04a38 100644 --- a/fb2p_diff.pj2 +++ b/fb2p_diff.pj2 @@ -33,7 +33,7 @@ _AutoIncrement = "0" * -*<.HomeDir = 'c:\desa\foxbin2prg' /> +*<.HomeDir = 'g:\desa\foxbin2prg' /> FOR EACH loProject IN _VFP.Projects FOXOBJECT loProject.Close() diff --git a/fb2p_diff.pjt b/fb2p_diff.pjt index 6d13fe6..fc0df9d 100644 Binary files a/fb2p_diff.pjt and b/fb2p_diff.pjt differ diff --git a/fb2p_diff.pjx b/fb2p_diff.pjx index 563464e..5048f8d 100644 Binary files a/fb2p_diff.pjx and b/fb2p_diff.pjx differ