From a5e3ced180dc89b2c3a456e070e0582f8135a2ac Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Fri, 5 Jan 2018 09:54:13 +0100 Subject: [PATCH] Updated version string --- sources/lib/platform/hp-ux/check_hpux_kernel_params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/lib/platform/hp-ux/check_hpux_kernel_params.sh b/sources/lib/platform/hp-ux/check_hpux_kernel_params.sh index 55a277a..c2fd42c 100644 --- a/sources/lib/platform/hp-ux/check_hpux_kernel_params.sh +++ b/sources/lib/platform/hp-ux/check_hpux_kernel_params.sh @@ -34,7 +34,7 @@ function check_hpux_kernel_params # ------------------------- CONFIGURATION starts here ------------------------- typeset _CONFIG_FILE="${CONFIG_DIR}/$0.conf" typeset _KCTUNE_BIN="/usr/sbin/kctune" -typeset _VERSION="2017-12-22" # YYYY-MM-DD +typeset _VERSION="2018-01-05" # YYYY-MM-DD typeset _SUPPORTED_PLATFORMS="HP-UX" # uname -s match # ------------------------- CONFIGURATION ends here ---------------------------