From 34b4b82928647b657182682b9e2fd47b97896f46 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 4 Oct 2021 09:01:00 +0200 Subject: [PATCH] Include : - aggiornati codici di protezione per cambio mese. --- EgtKeyCodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index 5b018d9..f07faa5 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2021 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 06.09.21 Versione : 2.3i1 +// File : EgtKeyCodes.h Data : 03.10.21 Versione : 2.3j1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -22,7 +22,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2309 ; +const int KEY_BASELIB_VER = 2310 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------