Skip to content

Commit

Permalink
upgrade to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tgastine committed Feb 8, 2017
1 parent 52f26d5 commit 6c56801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified doc/magic_manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '5.5'
version = '5.6'
# The full version, including alpha/beta/rc tags.
release = '5.5'
release = '5.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ module constants
real(cp), parameter :: cos36=cos(36.0_cp*pi/180.0_cp) ! :math:`\cos{36\pi/180}`
real(cp), parameter :: cos72=cos(72.0_cp*pi/180.0_cp) ! :math:`\cos{72\pi/180}`

character(len=4), parameter :: codeVersion='5.5'
character(len=4), parameter :: codeVersion='5.6'

end module constants

0 comments on commit 6c56801

Please sign in to comment.