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 ---------------------------