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