From 0366201a0bad69bf6613f934985f4d721dd4826a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 17 Mar 2015 17:30:34 +0100 Subject: [PATCH] scripts/Bootstrap/Pmodules/environment.bash.in: hardcoded version replaced with @PMODULES_VERSION@ --- scripts/Bootstrap/Pmodules/environment.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/Pmodules/environment.bash.in b/scripts/Bootstrap/Pmodules/environment.bash.in index be8bfca..16c9eb9 100644 --- a/scripts/Bootstrap/Pmodules/environment.bash.in +++ b/scripts/Bootstrap/Pmodules/environment.bash.in @@ -3,7 +3,7 @@ declare -x PSI_PREFIX=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd) if [[ -z ${PMODULES_VERSION} ]]; then - declare -x PMODULES_VERSION="0.99.1" + declare -x PMODULES_VERSION="@PMODULES_VERSION@" fi declare -x PMODULES_HOME="${PSI_PREFIX}/Tools/Pmodules/${PMODULES_VERSION}"