Skip to content

Commit 7325b89

Browse files
authored
Merge pull request #138 from BerkeleyLab/update-release-info-in-docs
Release related chores
2 parents c4791e2 + b5beeef commit 7325b89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ EOF
3939
}
4040

4141
GCC_VERSION=${GCC_VERSION:=14}
42-
GASNET_VERSION="stable"
42+
GASNET_VERSION="2024.5.0"
4343

4444
list_prerequisites()
4545
{
@@ -390,7 +390,7 @@ CAFFEINE_FPM_CFLAGS=$GASNET_CFLAGS $GASNET_CPPFLAGS
390390
Name: caffeine
391391
Description: Coarray Fortran parallel runtime library
392392
URL: https://gitlab.lbl.gov/berkeleylab/caffeine
393-
Version: 0.2.1
393+
Version: 0.3.0
394394
EOF
395395

396396
exit_if_pkg_config_pc_file_missing "caffeine"

manifest/fpm.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "caffeine"
2-
version = "0.2.1"
2+
version = "0.3.0"
33
license = "BSD"
44
author = ["Damian Rouson", "Brad Richardson", "Katherine Rasmussen", "Dan Bonachea"]
55
maintainer = "rouson@lbl.gov"

0 commit comments

Comments
 (0)