- Rimossa chiamata funzione EgtGetSourceDir

- Prima versione post common
- Allineamento con common ver. 2.6c3
This commit is contained in:
andrea.villa
2024-02-23 11:59:54 +01:00
parent 8ce1cd7fbd
commit ad065c8df4
9 changed files with 1849 additions and 90 deletions
+10
View File
@@ -0,0 +1,10 @@
-- Version.lua by EgalWare s.r.l. 2024/02/23
-- Gestione della versione dei file comuni post-processori macchine FAST e FASTrl di Essetre
local InfoCommon_STD_PP = {
NAME = 'Common-FAST', -- nome script PP standard
VERSION = '2.6c3', -- versione script
MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel
}
return InfoCommon_STD_PP