From da70a804c41e47ecff28c26d693df691a9056600 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 5 Jan 2024 19:38:28 +0100 Subject: [PATCH] KeyGenerator 2.5l6 : - aggiunta gestione versione 26. --- KeyGenerator.rc | Bin 29908 -> 29908 bytes KeyGeneratorDlg.cpp | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/KeyGenerator.rc b/KeyGenerator.rc index 407c5426dab5fb31ef6bf6fdae57d6aae4f4899f..a6aae014a91fa55b1868e68a567110e02b7d4fa1 100644 GIT binary patch delta 66 zcmccelJUw*#tk2ASdAET7|b?*wXtSq&S5Z{9B8k*Il-Zi1up)YY4Sby93;5}#?7}p He`x^#D%uzy delta 66 zcmccelJUw*#tk2ASPd9-7z{UmwXtSq&SEf}9B8k*Il-Zi1up)YY4Sby93;5}#?7}p He`x^#Cj1x! diff --git a/KeyGeneratorDlg.cpp b/KeyGeneratorDlg.cpp index 977e6da..930cb03 100644 --- a/KeyGeneratorDlg.cpp +++ b/KeyGeneratorDlg.cpp @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------- -// EgalTech 2013-2023 +// EgalTech 2013-2024 //---------------------------------------------------------------------------- -// File : KeyGeneratorDlg.cpp Data : 09.10.23 Versione : 2.5j1 +// File : KeyGeneratorDlg.cpp Data : 05.01.24 Versione : 2.5l6 // Contenuto : Implementazione della classe dialogo generatore chiavi. // // @@ -12,6 +12,7 @@ // 02.01.23 DS Aggiunto Icarus. // 23.05.23 DS Aggiunto EgtEngine. // 09.10.23 DS Aggiunta gestione chiave di rete con LockId contenente AddrPort dopo @. +// 05.01.24 DS Aggiunta versione 26. // //---------------------------------------------------------------------------- @@ -47,7 +48,7 @@ static const vector vsProd = { "9935" // EgtEngine } ; // altri valori : 463, 719, 975, 1487, 2255, 2511, 3535, 4559, 9679 (max 9999 e deve contenere i bit di 207) static const vector vsVer = { - "25", "24", "23", "22", "21", "19", "18", "16", "15" + "26", "25", "24", "23", "22", "21", "19", "18", "16", "15" } ; static const vector vsSubVer = { "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", ""