From b007597a353775b2f8d5cf8fd313422168c2eb0e Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 4 Aug 2020 09:31:55 +0000 Subject: [PATCH] Include : - aggiornato versione minima richiesta dalle librerie a 22. --- EgtKeyCodes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index 942d881..78b2193 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- // EgalTech 2015-2020 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 22.02.19 Versione : 2.2b4 +// File : EgtKeyCodes.h Data : 04.08.20 Versione : 2.2h1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -13,6 +13,7 @@ // 07.08.18 DS Portato a 19 KEY_BASELIB_VER. // 01.08.19 DS Portato a 21 KEY_BASELIB_VER. // 22.02.20 DS Aggiunta costante KEYOPT_EMK_NC_OFF. +// 04.08.20 DS Portato a 22 KEY_BASELIB_VER. // //---------------------------------------------------------------------------- @@ -20,7 +21,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 21 ; +const int KEY_BASELIB_VER = 22 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------