Upgrade eID Middleware and eID Viewer to 5.1.23
This commit is contained in:
parent
f2ed39db57
commit
1b059c7a44
|
@ -6,7 +6,7 @@
|
|||
"versionInfo": {
|
||||
"major": 5,
|
||||
"minor": 1,
|
||||
"patch": 19
|
||||
"patch": 23
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,13 +7,13 @@ namespace eIDViewer
|
|||
{
|
||||
public static int imajor = 5;
|
||||
public static int iminor = 1;
|
||||
public static int ibuild = 19;
|
||||
public static int ibuild = 23;
|
||||
|
||||
public static string AboutMessage()
|
||||
{
|
||||
string message = @"eID Viewer 5.1.19
|
||||
string message = @"eID Viewer 5.1.23
|
||||
eID Middleware Project
|
||||
Copyright(C) 2024 Bosa
|
||||
Copyright(C) 2025 Bosa
|
||||
|
||||
By Frederik Vernelen and Wouter Verhelst
|
||||
Based on the design of Frank Marien
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
@SET BASE_VERSION1=5
|
||||
@SET BASE_VERSION2=1
|
||||
@SET BASE_VERSION3=19
|
||||
@SET YEAR=2024
|
||||
@SET BASE_VERSION3=23
|
||||
@SET YEAR=2025
|
||||
|
||||
|
||||
@IF EXIST "C:\Program Files (x86)\Git\bin\git.exe" (
|
||||
|
|
Loading…
Reference in a new issue