From afa460495af8a8c03a047dbe748fd37ea54ba130 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 2 Jul 2025 08:22:27 +0200 Subject: [PATCH] Include : - aggiornamento codice di protezione mensile. --- EgtKeyCodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index e6f9c83..482a802 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2025 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 02.05.25 Versione : 2.7e1 +// File : EgtKeyCodes.h Data : 01.07.25 Versione : 2.7g1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -26,7 +26,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2706 ; +const int KEY_BASELIB_VER = 2707 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------