Skip to content

Commit b57626d

Browse files
author
Damian Rouson
authored
Merge pull request #709 from sourceryinstitute/bump-version
Tag, bump version, & update README.md
2 parents 78a4346 + dd89ca1 commit b57626d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$Format:%d%n%n$
22
# Fall back version, probably last release:
3-
2.8.0
3+
2.9.0
44

55
# OpenCoarrays version file. This project uses semantic
66
# versioning. For details see http://semver.org

Diff for: prerequisites/install-functions/report_results.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ report_results()
143143
else
144144
setup_csh_location=${PWD}
145145
fi
146-
echo "*** To set up your environment for using caf and cafrun, please ***"
147-
echo "*** source the installed setup.sh file in a bash shell or source ***"
148-
echo "*** setup.csh in a C-shell or add one of the following statements ***"
149-
echo "*** to your login file: ***"
146+
echo "*** To set up your environment for using caf and cafrun, please ***"
147+
echo "*** source the installed setup.sh file in bash or Z shell or ***"
148+
echo "*** source setup.csh in a C-shell or add one of the following ***"
149+
echo "*** statements to your login file: ***"
150150
echo ""
151151
echo " source ${setup_sh_location%/}/setup.sh"
152152
echo " source ${setup_csh_location%/}/setup.csh"

0 commit comments

Comments
 (0)