diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index df6ca39..55bc38c 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,20 +1,21 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2015 +// EgalTech 2015-2016 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 27.03.15 Versione : 1.6c9 +// File : EgtKeyCodes.h Data : 11.07.16 Versione : 1.6s3 // Contenuto : Costanti per codici di protezione librerie di base. // // // // Modifiche : 27.03.15 DS Creazione modulo. -// +// 11.07.16 DS Portata chiave librerie base da 1231 a 207 +// per liberare bit per i prodotti (207 contenuto in 1231). // //---------------------------------------------------------------------------- #pragma once //---------------------------------------------------------------------------- -const int KEY_BASELIB_PROD = 1231 ; +const int KEY_BASELIB_PROD = 207 ; const int KEY_BASELIB_VER = 16 ; const int KEY_BASELIB_LEV = 1 ;