From 0b696228d752131854dd3258beef05b50df56333 Mon Sep 17 00:00:00 2001 From: DarioS Date: Wed, 7 Sep 2022 12:51:31 +0200 Subject: [PATCH] Include : - aggiornamento codici protezione librerie. --- EgtKeyCodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index 9168175..849565a 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2022 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 01.01.22 Versione : 2.4a1 +// File : EgtKeyCodes.h Data : 05.09.22 Versione : 2.4i1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -23,7 +23,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2408 ; +const int KEY_BASELIB_VER = 2409 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------