From bc7c5a356c0c57791c1ccadea84072acdee814d6 Mon Sep 17 00:00:00 2001 From: Frederik Date: Tue, 15 May 2018 10:35:35 +0200 Subject: [PATCH] Claim version number 4.4.3 for windows viewer --- plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs | 4 ++-- scripts/windows/set_eidmw_version.cmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs b/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs index b5713fbd4..b78e51080 100644 --- a/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs +++ b/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/About.cs @@ -7,9 +7,9 @@ public static class About { public static string AboutMessage() { - string message = @"eID Viewer 4.3.9 + string message = @"eID Viewer 4.4.3 eID Middleware Project -Copyright(C) 2018 BOSA +Copyright(C) 2018 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 93c3d3b3b..a2d514687 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=0 +@SET BASE_VERSION3=3 @SET YEAR=2018 @FOR /F "tokens=1" %%i in ('"C:\Program Files (x86)\Git\bin\git.exe" rev-list --count HEAD') do @SET EIDMW_REVISION=%%i