Skip to content

Commit

Permalink
Bump eid-mw and eid-viewer for windows to 5.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Charlier authored and Thomas Charlier committed May 14, 2024
1 parent b4715f0 commit a49d828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins_tools/Firefox_plugin/beidpkcs11_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"versionInfo": {
"major": 5,
"minor": 1,
"patch": 8
"patch": 19
}
}
}
6 changes: 3 additions & 3 deletions plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ public static class About
{
public static int imajor = 5;
public static int iminor = 1;
public static int ibuild = 14;
public static int ibuild = 19;

public static string AboutMessage()
{
string message = @"eID Viewer 5.1.14
string message = @"eID Viewer 5.1.19
eID Middleware Project
Copyright(C) 2023 Bosa
Copyright(C) 2024 Bosa
By Frederik Vernelen and Wouter Verhelst
Based on the design of Frank Marien
Expand Down
4 changes: 2 additions & 2 deletions scripts/windows/set_eidmw_version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

@SET BASE_VERSION1=5
@SET BASE_VERSION2=1
@SET BASE_VERSION3=14
@SET YEAR=2023
@SET BASE_VERSION3=19
@SET YEAR=2024


@IF EXIST "C:\Program Files (x86)\Git\bin\git.exe" (
Expand Down

0 comments on commit a49d828

Please sign in to comment.