Version 1.19.58:
* Enhancement: added support for writing to a different folder than the source code (Doug Hennig) * Enhancement: added configuration item: HomeDir, which determines if HomeDir is saved in PJ2 files (Doug Hennig)
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
lparameters toUpdateObject
|
||||
local ldDate, ;
|
||||
lnJulian, ;
|
||||
lcJulian
|
||||
ldDate = date(2018,7,31)
|
||||
lnJulian = val(sys(11, ldDate)) - val(sys(11, {^2000-01-01}))
|
||||
lcJulian = padl(transform(lnJulian), 4, '0')
|
||||
toUpdateObject.AvailableVersion = 'FoxBin2Prg-1.19.51.4' + lcJulian + ;
|
||||
local ldDate
|
||||
ldDate = date()
|
||||
toUpdateObject.AvailableVersion = 'FoxBin2Prg-1.19.58' + ;
|
||||
'-update-' + dtoc(ldDate, 1)
|
||||
return toUpdateObject
|
||||
|
||||
|
||||
Reference in New Issue
Block a user