Problem with version number in EXE

fixed https://github.com/fdbozzo/foxbin2prg/issues/69
This commit is contained in:
Lutz
2021-08-30 09:24:02 +02:00
parent dbb225586d
commit 351b0576e8
23 changed files with 64 additions and 40 deletions

View File

@@ -10,8 +10,8 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2021,05,20)
lcmajorVersion = "1.19.65"
ldDate = date(2021,08,30)
lcmajorVersion = "1.19.66"
*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 +++++++++++++++++++++++
2021-08-30 v1.19.66
- Bug Fix: Incorrect version showing for v1.19.65 (siara-cc)
2021-05-20 v1.19.65
- Bug Fix: Parameters -cCt not working from command line. (LScheffler)