From c1a3773e7a6fc03fe4943c3c7620d71641f7535d Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 4 Mar 2025 17:14:04 +0100 Subject: [PATCH] Include : - aggiornamento mensile codici protezione librerie. --- EgtKeyCodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index 2416148..93d1d78 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2025 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 07.01.25 Versione : 2.7a1 +// File : EgtKeyCodes.h Data : 04.03.25 Versione : 2.7a3 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -26,7 +26,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2702 ; +const int KEY_BASELIB_VER = 2703 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------