download plumed-2.9.3 by default now

This commit is contained in:
Axel Kohlmeyer
2025-01-21 10:39:08 -05:00
parent 3c02731362
commit f4b8200bcc
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ parser = ArgumentParser(prog='Install.py',
# Note: must also adjust check for supported API versions in
# fix_plumed.cpp when version changes from v2.n.x to v2.n+1.y
version = "2.9.2"
version = "2.9.3"
mode = "static"
# help message
@ -52,6 +52,7 @@ checksums = { \
'2.9.0' : '661eabeebee05cf84bbf9dc23d7d5f46', \
'2.9.1' : 'c3b2d31479c1e9ce211719d40e9efbd7', \
'2.9.2' : '04862602a372c1013bdfee2d6d03bace', \
'2.9.3' : 'ee1249805fe94bccee17d10610d3f6f1', \
}
# parse and process arguments