From cf09eda2549d8b3691bdf408c0e40a47b44f122b Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 16 Jan 2024 10:35:45 +0100 Subject: [PATCH] Include : - passaggio codici protezione librerie a 26. --- EgtKeyCodes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EgtKeyCodes.h b/EgtKeyCodes.h index beeff79..4cc50ee 100644 --- a/EgtKeyCodes.h +++ b/EgtKeyCodes.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2015-2023 +// EgalTech 2015-2024 //---------------------------------------------------------------------------- -// File : EgtKeyCodes.h Data : 01.01.23 Versione : 2.5a1 +// File : EgtKeyCodes.h Data : 16.01.24 Versione : 2.65a1 // Contenuto : Costanti per codici di protezione librerie di base. // // @@ -17,6 +17,7 @@ // 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. +// 16.01.24 DS Passaggio a versione 26. // //---------------------------------------------------------------------------- @@ -24,7 +25,7 @@ //---------------------------------------------------------------------------- const int KEY_BASELIB_PROD = 207 ; -const int KEY_BASELIB_VER = 2512 ; +const int KEY_BASELIB_VER = 2601 ; const int KEY_BASELIB_LEV = 1 ; //----------------------------------------------------------------------------