File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
$Format:%d%n%n$
2
2
# Fall back version, probably last release:
3
- 2.9.1
3
+ 2.9.2
4
4
5
5
# OpenCoarrays version file. This project uses semantic
6
6
# versioning. For details see http://semver.org
Original file line number Diff line number Diff line change 7
7
# Invokes the chosen Fortran compiler with the received command-line
8
8
# arguments.
9
9
#
10
- # Copyright (c) 2015-2018 , Sourcery Institute
11
- # Copyright (c) 2015-2018 , Sourcery, Inc.
10
+ # Copyright (c) 2015-2020 , Sourcery Institute
11
+ # Copyright (c) 2015-2020 , Sourcery, Inc.
12
12
# All rights reserved.
13
13
#
14
14
# Redistribution and use in source and binary forms, with or without
299
299
if [[ ${1} == -[vV] || ${1} == ' --version' ]]; then
300
300
echo " "
301
301
echo " OpenCoarrays Coarray Fortran Compiler Wrapper (caf version ${caf_version} )"
302
- echo " Copyright (C) 2015-2018 Sourcery Institute"
303
- echo " Copyright (C) 2015-2018 Sourcery, Inc."
302
+ echo " Copyright (C) 2015-2020 Sourcery Institute"
303
+ echo " Copyright (C) 2015-2020 Sourcery, Inc."
304
304
echo " "
305
305
echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
306
306
echo " You may redistribute copies of OpenCoarrays under the terms of the"
Original file line number Diff line number Diff line change 2
2
#
3
3
# Coarray Fortran (CAF) Executable Launcher version @CAF_VERSION@
4
4
#
5
- # Copyright (c) 2015-2016 , Sourcery, Inc.
5
+ # Copyright (c) 2015-2020 , Sourcery, Inc.
6
6
# All rights reserved.
7
7
#
8
8
# Redistribution and use in source and binary forms, with or without
@@ -214,7 +214,7 @@ if ((${#} == 0)); then
214
214
elif [[ " ${1} " == -[vV] || " ${1} " == ' --version' ]]; then
215
215
echo " "
216
216
echo " OpenCoarrays Coarray Fortran Executable Launcher (cafrun version ${caf_version} )"
217
- echo " Copyright (C) 2015-2016 Sourcery, Inc."
217
+ echo " Copyright (C) 2015-2020 Sourcery, Inc."
218
218
echo " "
219
219
echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
220
220
echo " You may redistribute copies of OpenCoarrays under the terms of the"
You can’t perform that action at this time.
0 commit comments