Include :

- aggiornamento chiavi di protezione.
This commit is contained in:
DarioS
2023-01-03 08:58:20 +01:00
parent 70ae6c8cb2
commit e1d42cfca8
+4 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2015-2022
// EgalTech 2015-2023
//----------------------------------------------------------------------------
// File : EgtKeyCodes.h Data : 02.12.22 Versione : 2.4l1
// File : EgtKeyCodes.h Data : 01.01.23 Versione : 2.5a1
// Contenuto : Costanti per codici di protezione librerie di base.
//
//
@@ -16,6 +16,7 @@
// 04.08.20 DS Portato a 22 KEY_BASELIB_VER.
// 01.01.21 DS Nuova gestione KEY_BASELIB_VER con versione prodotto e mese.
// 01.01.22 DS Passaggio a versione 24.
// 01.01.23 DS Passaggio a versione 25.
//
//----------------------------------------------------------------------------
@@ -23,7 +24,7 @@
//----------------------------------------------------------------------------
const int KEY_BASELIB_PROD = 207 ;
const int KEY_BASELIB_VER = 2412 ;
const int KEY_BASELIB_VER = 2501 ;
const int KEY_BASELIB_LEV = 1 ;
//----------------------------------------------------------------------------