From 063b7e3695f28fa8a5b771409df096016218a0ab Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Sun, 29 Apr 2018 22:18:29 +0200 Subject: [PATCH] Bump version --- sources/lib/core/report_std.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/lib/core/report_std.sh b/sources/lib/core/report_std.sh index ff3378f..1328a5f 100644 --- a/sources/lib/core/report_std.sh +++ b/sources/lib/core/report_std.sh @@ -30,7 +30,7 @@ function report_std { # ------------------------- CONFIGURATION starts here ------------------------- -typeset _VERSION="2017-12-26" # YYYY-MM-DD +typeset _VERSION="2018-04-29" # YYYY-MM-DD typeset _SUPPORTED_PLATFORMS="AIX,HP-UX,Linux" # uname -s match # ------------------------- CONFIGURATION ends here ---------------------------