From 79ecca7e025aa11c17d1c8188131fd97cac00400 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 2 Sep 2024 08:56:17 +0200 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 b233508..8de1215 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,6 +1,6 @@ ==== Common_FAST Update Log ==== -Versione 2.6-- (--/--/2024) +Versione 2.6i1 (02/09/2024) - (MLDE-SIM-GEN) Rinominato file da "Common-" a "Common_" per uniformità con i file common delle altre macchine. Serve modifica a MLDE macchina. Versione 2.6g1 (03/07/2024) diff --git a/Version.lua b/Version.lua index 8286281..3596be2 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.6i1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }