diff --git a/UpdateLog.txt b/UpdateLog.txt index ae72b87..e4fda52 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Wall Update Log ==== +Versione 2.7g3 (24/07/2025) +- Fixed : in Lapjoint corretto step in caso due facce verso l'alto + Versione 2.7g2 (17/07/2025) - Added : aggiunta gestione origine e offset da questa che non fanno riprocessare l'intero grezzo (ma solo aggiornare) - Fixed : corretta BatchProcess per nome file anche se da non riprocessare. diff --git a/Version.lua b/Version.lua index 35c23b6..3235c59 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '2.7g2' +VERSION = '2.7g3' MIN_EXE = '2.7f2'