From 48ef3b37ed7b86ed2f432b3be684ae6323970a3b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 25 Nov 2016 18:24:11 +0100 Subject: [PATCH] config/environment.bash.psi - version of Pmodules set to 0.99.7 --- config/environment.bash.psi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.bash.psi b/config/environment.bash.psi index 1d6bed3..ba9994f 100644 --- a/config/environment.bash.psi +++ b/config/environment.bash.psi @@ -6,7 +6,7 @@ declare -x PMODULES_CONFIG_DIR='config' declare -x PMODULES_MODULEFILES_DIR='modulefiles' declare -x PMODULES_TEMPLATES_DIR='templates' -declare -x PMODULES_VERSION="0.99.6" +declare -x PMODULES_VERSION="0.99.7" declare -x PMODULES_HOME="${PMODULES_ROOT}/Tools/Pmodules/${PMODULES_VERSION}"