From a479cfac69acb0b46b71d748de30cb36dc2491b3 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 7 Jan 2025 14:36:41 +0100 Subject: [PATCH] Commit per versione --- UpdateLog.txt | 2 +- Version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 3b1ce18..ea1c1bf 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,6 +1,6 @@ ==== Common_FAST Update Log ==== -Versione 2.6-- (--/--/2024) +Versione 2.7a1 (07/01/2024) - (MLDE-SIM-GEN) Nuovo aggregato 90° (H7) per fresa tipo BlockHaus. Ticket#2142 - (SIM-GEN) Aumentati limiti massimi di pinzaggio minimo diff --git a/Version.lua b/Version.lua index 8286281..43e466f 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_FAST', -- nome script PP standard - VERSION = '2.6--', -- versione script + VERSION = '2.7a1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }