From 7a4efed8cf29804c6616062dc4eabcb97e06861a Mon Sep 17 00:00:00 2001 From: DarioS Date: Tue, 3 Jan 2023 08:55:35 +0100 Subject: [PATCH] EgtLock 2.5a1 : - ricompilazione con cambio versione. --- KeyProc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/KeyProc.cpp b/KeyProc.cpp index 043911e..125f1ca 100644 --- a/KeyProc.cpp +++ b/KeyProc.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2014-2022 +// EgalTech 2014-2023 //---------------------------------------------------------------------------- -// File : KeyProc.cpp Data : 04.01.22 Versione : 2.4a1 +// File : KeyProc.cpp Data : 01.01.23 Versione : 2.5a1 // Contenuto : Funzioni per la gestione della chiave. // // @@ -29,7 +29,7 @@ using namespace std ; //---------------------------------------------------------------------------- -static const int MIN_DAYS = 18993 ; // giorni al 1/1/2022 dal 1/1/1970 +static const int MIN_DAYS = 19358 ; // giorni dal 01/01/1970 al 01/01/2023 static const int N_STEP = 7 ; //----------------------------------------------------------------------------