From ce8072ad1bbdf8f373e461bf262674d5c83ecb6f Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Mon, 30 Sep 2024 12:29:23 +0200 Subject: [PATCH] update version e log --- UpdateLog.txt | 4 +++- Version.lua | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 725d41a..7ffebd8 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,7 +1,9 @@ ==== Wall Update Log ==== -Versione 2.6i1 (25/09/2024) +Versione 2.6i2 (30/09/2024) - Modif : aggiunta nota altezza sottopezzo, per pareti a layer + +Versione 2.6i1 (25/09/2024) - Fixed : in NestProcess correzione in lettura array per cambio dll di lettura Versione 2.6h2 (28/08/2024) diff --git a/Version.lua b/Version.lua index f1a6783..48a891d 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '2.6i1' +VERSION = '2.6i2' MIN_EXE = '2.6h1'