Updated to 1.20.07: see ChangeLog.md

This commit is contained in:
Doug Hennig
2023-09-23 08:00:32 -05:00
parent cb4e60eafe
commit 26c76494be
41 changed files with 10423 additions and 1349 deletions

View File

@@ -11,7 +11,7 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2023,09,04)
lcmajorVersion = "1.20.05"
lcmajorVersion = "1.20.07"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,6 +39,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2023-09-23 v1.20.07
- Updated to @lscheffler's fork
2023-09-05 v1.20.05
- Updated to @lscheffler's fork