diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2014-03-07 10:27:42 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2014-03-07 10:27:42 +0000 |
commit | ddf5cfcaa680223e37559ad4f92a14d765bab21d (patch) | |
tree | 8d3fcac5b30cb5b4bc95f722d2311e09ee7c146a | |
parent | ee54c5fa857c480356e024a8d47b107518a8babe (diff) |
Small adaption for backport of R 3.0.3
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@93 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | backport_others.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backport_others.sh b/backport_others.sh index 61d1e9b..c3df538 100644 --- a/backport_others.sh +++ b/backport_others.sh @@ -13,7 +13,7 @@ # - Set the R version # R version against which the software is compiled -Rversion=3.0.2 +Rversion=3.0.3 reposversion="cran3" echo Distribution is $DIST |