Skip to content

Commit

Permalink
Merge pull request #208 from rjleveque/v5.8.2rc
Browse files Browse the repository at this point in the history
v5.8.2 release candidate
  • Loading branch information
rjleveque committed Dec 14, 2021
2 parents 97561b5 + e26254a commit 531a8fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion amrclaw
Submodule amrclaw updated 2 files
+1 −0 src/2d/igetsp.f
+9 −1 src/2d/putsp.f
2 changes: 1 addition & 1 deletion clawpack/__init__.py
Expand Up @@ -21,4 +21,4 @@
if _os.path.isdir(_sdir))
del _root, _path

__version__ = '5.8.1' # must also be changed in setup.py
__version__ = '5.8.2' # must also be changed in setup.py
2 changes: 1 addition & 1 deletion clawutil
2 changes: 1 addition & 1 deletion pyclaw
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@
# version must also be changed in clawpack/__init__.py
MAJOR = 5
MINOR = 8
MICRO = 1
MICRO = 2
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

Expand Down

0 comments on commit 531a8fb

Please sign in to comment.