Upgrade eID Middleware and eID Viewer to 5.1.23

This commit is contained in:
Thomas Charlier 2025-03-10 09:13:55 +01:00
parent f2ed39db57
commit 1b059c7a44
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
"versionInfo": { "versionInfo": {
"major": 5, "major": 5,
"minor": 1, "minor": 1,
"patch": 19 "patch": 23
} }
} }
} }

View file

@ -7,13 +7,13 @@ namespace eIDViewer
{ {
public static int imajor = 5; public static int imajor = 5;
public static int iminor = 1; public static int iminor = 1;
public static int ibuild = 19; public static int ibuild = 23;
public static string AboutMessage() public static string AboutMessage()
{ {
string message = @"eID Viewer 5.1.19 string message = @"eID Viewer 5.1.23
eID Middleware Project eID Middleware Project
Copyright(C) 2024 Bosa Copyright(C) 2025 Bosa
By Frederik Vernelen and Wouter Verhelst By Frederik Vernelen and Wouter Verhelst
Based on the design of Frank Marien Based on the design of Frank Marien

View file

@ -4,8 +4,8 @@
@SET BASE_VERSION1=5 @SET BASE_VERSION1=5
@SET BASE_VERSION2=1 @SET BASE_VERSION2=1
@SET BASE_VERSION3=19 @SET BASE_VERSION3=23
@SET YEAR=2024 @SET YEAR=2025
@IF EXIST "C:\Program Files (x86)\Git\bin\git.exe" ( @IF EXIST "C:\Program Files (x86)\Git\bin\git.exe" (