From b0b5a7f91dca6088f9ebe00a9c44430931911caa Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 27 Feb 2023 17:32:51 +0100 Subject: [PATCH] DataWall 2.5b1 : - aggiunto file Version.lua. --- Compile.bat | 3 ++- Version.lua | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Version.lua diff --git a/Compile.bat b/Compile.bat index 66136f2..8a35784 100644 --- a/Compile.bat +++ b/Compile.bat @@ -1,5 +1,5 @@ -REM Compilazione degli script Wall Egaltech 2023.01.12 +REM Compilazione degli script Wall Egaltech 2023.02.27 REM Per togliere info di debug aggiungere flag -s prima del nome del file di input REM Compilazione 32 e 64 bit @@ -26,3 +26,4 @@ REM Compilazione 32 e 64 bit \EgtProg\Dll32\luac54 -o bin\Overturn.lua Overturn.lua \EgtProg\Dll32\luac54 -o bin\Process.lua Process.lua \EgtProg\Dll32\luac54 -o bin\Rotate.lua Rotate.lua +\EgtProg\Dll32\luac54 -o bin\Version.lua Version.lua diff --git a/Version.lua b/Version.lua new file mode 100644 index 0000000..84f8d85 --- /dev/null +++ b/Version.lua @@ -0,0 +1,4 @@ +-- Version.lua by Egalware s.r.l. 2023/02/27 +-- Gestione della versione di Wall + +VERSION = '2.5b1'