From 44ea5b2a2c4322ef24355ec2b24899dbfce3a084 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 1 Jul 2025 08:10:24 +0200 Subject: [PATCH] Cambio versione per rilascio --- UpdateLog.txt | 2 +- Version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index bd8fd56..148139e 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,6 +1,6 @@ ==== Common_FAST Update Log ==== -Versione 2.7-- (--/--/2025) +Versione 2.7g1 (01/07/2025) - (GEN) Aggiunti parametri FMAXPINZE, MAXACC, MINACC configurabili da TS3. Ticket#2052 Versione 2.7f3 (26/06/2025) diff --git a/Version.lua b/Version.lua index e0a36b2..453ada9 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_FAST', -- nome script PP standard - VERSION = '2.7--', -- versione script + VERSION = '2.7g1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }