From 8af39cbdf323ea813ef8b64ac51bcb508be83c0e Mon Sep 17 00:00:00 2001 From: DarioS Date: Sat, 31 Jul 2021 12:05:50 +0200 Subject: [PATCH] Include : - codice abilitazione librerie portato a 2308. --- EgtKeyCodes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index 477644e..ba8d31c 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2020 +// EgalTech 2015-2021 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 04.08.20 Versione : 2.2h1 +// File : EgtKeyCodes.h Data : 31.07.21 Versione : 2.3h1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -21,7 +21,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2307 ; +const int KEY_BASELIB_VER = 2308 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------