From e1d42cfca86dfd7084a0e50f7514fa73fa43843d Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 3 Jan 2023 08:58:20 +0100 Subject: [PATCH] Include : - aggiornamento chiavi di protezione. --- EgtKeyCodes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index e30b647..f3dc6a5 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2022 +// EgalTech 2015-2023 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 02.12.22 Versione : 2.4l1 +// File : EgtKeyCodes.h Data : 01.01.23 Versione : 2.5a1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -16,6 +16,7 @@ // 04.08.20 DS Portato a 22 KEY_BASELIB_VER. // 01.01.21 DS Nuova gestione KEY_BASELIB_VER con versione prodotto e mese. // 01.01.22 DS Passaggio a versione 24. +// 01.01.23 DS Passaggio a versione 25. // //---------------------------------------------------------------------------- @@ -23,7 +24,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2412 ; +const int KEY_BASELIB_VER = 2501 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------