From efe425a2437df31143b13d4c2f0223ea4bfb044f Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sun, 3 Aug 2025 13:38:24 +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 482a802..538b52d 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2025 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 01.07.25 Versione : 2.7g1 +// File : EgtKeyCodes.h Data : 01.08.25 Versione : 2.7h1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -26,7 +26,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2707 ; +const int KEY_BASELIB_VER = 2708 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------