Commit per versione 2.6g2

This commit is contained in:
andrea.villa
2024-07-16 08:01:03 +02:00
parent c94f637a35
commit 79f6d76dcd
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -58,12 +58,13 @@
-- 2024/06/03 ver 2.6f1 Aggiunta funzione GetSetupInfo a BeamData per nuovo automatismo
-- Allineamento con common ver. 2.6f1
-- 2024/07/10 ver 2.6g1 Allineamento con common ver. 2.6g1
-- 2024/07/16 ver 2.6g2 Allineamento con common ver. 2.6g2
-- Intestazioni
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.6g1_DEV'
PP_VER = '2.6g2'
MIN_MACH_VER = '2.5k1'
MACH_NAME = 'Essetre-ONE'
+1 -1
View File
@@ -1,6 +1,6 @@
==== Common_ONE-PF Update Log ====
Versione 2.6-- (--/--/2024)
Versione 2.6g2 (16/07/2024)
- (GEN) Per preselezione o movimenti in home, non si scrive più 'ET0' perchè non è più supportato. Ticket#1926
Versione 2.6g1 (10/07/2024)
+1 -1
View File
@@ -3,7 +3,7 @@
local InfoCommon_STD_PP = {
NAME = 'Common_ONE-PF', -- nome script PP standard
VERSION = '2.6--', -- versione script
VERSION = '2.6g2', -- versione script
MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel
}