From 2bde93681fd56ff1369fb0ce6b079a9f6032891f Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 18 Sep 2025 11:32:28 +0200 Subject: [PATCH] update version e log --- UpdateLog.txt | 3 +++ Version.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 6934276..5119bea 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Wall Update Log ==== +Versione 2.7i2 (18/09/2025) +- Modif : in PanelSaw gestione campi a lunghezza fissa + Versione 2.7i1 (16/09/2025) - Added : per cabinet aggiunta esportazione cutting list e modalità nesting semplice diff --git a/Version.lua b/Version.lua index 344c6fb..549fd94 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '2.7i1' +VERSION = '2.7i2' MIN_EXE = '2.7f2'