Include :

- aggiornato versione minima richiesta dalle librerie a 22.
This commit is contained in:
Dario Sassi
2020-08-04 09:31:55 +00:00
parent a5814ec7d1
commit b007597a35
+3 -2
View File
@@ -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 ;
//----------------------------------------------------------------------------