From 65aad9aaf511da4931355a10e315fb6fea191f33 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 26 Jun 2015 17:50:24 +0200 Subject: [PATCH] scripts/Bootstrap/Pmodules_version.conf - set version to 0.99.4 --- scripts/Bootstrap/Pmodules_version.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/Pmodules_version.conf b/scripts/Bootstrap/Pmodules_version.conf index edff869..6b159d5 100644 --- a/scripts/Bootstrap/Pmodules_version.conf +++ b/scripts/Bootstrap/Pmodules_version.conf @@ -1,4 +1,4 @@ -declare -x PMODULES_VERSION=0.99.3 +declare -x PMODULES_VERSION=0.99.4 declare -x MODULES_VERSION=3.2.10 declare -a COMPILER_VERSIONS=( 'gcc/4.7.4' 'gcc/4.8.3' 'gcc/4.8.4' 'gcc/4.9.2' )