From a49d828bbe4fd5cb4fd1ef205019f4bd257548aa Mon Sep 17 00:00:00 2001 From: Thomas Charlier Date: Tue, 14 May 2024 10:27:03 +0200 Subject: [PATCH] Bump eid-mw and eid-viewer for windows to 5.1.19 --- plugins_tools/Firefox_plugin/beidpkcs11_version.json | 2 +- plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs | 6 +++--- scripts/windows/set_eidmw_version.cmd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins_tools/Firefox_plugin/beidpkcs11_version.json b/plugins_tools/Firefox_plugin/beidpkcs11_version.json index 258a81428..8743f487d 100644 --- a/plugins_tools/Firefox_plugin/beidpkcs11_version.json +++ b/plugins_tools/Firefox_plugin/beidpkcs11_version.json @@ -6,7 +6,7 @@ "versionInfo": { "major": 5, "minor": 1, - "patch": 8 + "patch": 19 } } } diff --git a/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs b/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs index e68651d0a..d2f80151d 100644 --- a/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs +++ b/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs @@ -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 diff --git a/scripts/windows/set_eidmw_version.cmd b/scripts/windows/set_eidmw_version.cmd index 8c25356a4..38ee48325 100644 --- a/scripts/windows/set_eidmw_version.cmd +++ b/scripts/windows/set_eidmw_version.cmd @@ -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" (