From ddb5a5cdf59bd2c020a1b46715bceaea4158f3f7 Mon Sep 17 00:00:00 2001 From: Frederik Date: Fri, 25 Oct 2019 14:55:31 +0200 Subject: [PATCH] set eIDMW for windows version to 4.4.24 --- plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs | 2 +- scripts/windows/set_eidmw_version.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs b/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs index 3a4c3a4f4..4adcc493c 100644 --- a/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs +++ b/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs @@ -7,7 +7,7 @@ public static class About { public static string AboutMessage() { - string message = @"eID Viewer 4.4.23 + string message = @"eID Viewer 4.4.24 eID Middleware Project Copyright(C) 2019 Bosa diff --git a/scripts/windows/set_eidmw_version.cmd b/scripts/windows/set_eidmw_version.cmd index c566097f3..09792dda6 100644 --- a/scripts/windows/set_eidmw_version.cmd +++ b/scripts/windows/set_eidmw_version.cmd @@ -4,7 +4,7 @@ @SET BASE_VERSION1=4 @SET BASE_VERSION2=4 -@SET BASE_VERSION3=23 +@SET BASE_VERSION3=24 @SET YEAR=2019 @IF EXIST "C:\Program Files (x86)\Git\bin\git.exe" (