From 6d06630d0a8599681c5e206f3c38402ab65e6f22 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 2 Mar 2024 11:53:49 +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 9278809..cf707a4 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2024 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 16.01.24 Versione : 2.65a1 +// File : EgtKeyCodes.h Data : 16.01.24 Versione : 2.6a1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -25,7 +25,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2602 ; +const int KEY_BASELIB_VER = 2603 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------