mirror of
https://github.com/Tolik-Trek/Spectrum.EXE.git
synced 2026-06-15 09:01:38 +03:00
14 lines
325 B
PHP
14 lines
325 B
PHP
;
|
|
LUA ALLPASS
|
|
local date, month, year = Get_date_RU(sj.get_define("__DATE__"))
|
|
sj.insert_define("BUILD_DATE", "'" .. date .. "." .. month .. "." .. year .. "'")
|
|
ENDLUA
|
|
|
|
DEFINE SP_VERSION "2.03 beta build"
|
|
;
|
|
DEFINE NEED_MIN_DSS_VERSION '1.71.36'
|
|
DSS_MIN_VERS:
|
|
.vers EQU 1
|
|
.modf EQU 71
|
|
.build EQU 36
|
|
; |