Skip to content

Commit 6c56801

Browse files
committed
upgrade to 5.6
1 parent 52f26d5 commit 6c56801

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/magic_manual.pdf

-3.35 KB
Binary file not shown.

doc/sphinx/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '5.5'
67+
version = '5.6'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '5.5'
69+
release = '5.6'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

src/constants.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ module constants
3838
real(cp), parameter :: cos36=cos(36.0_cp*pi/180.0_cp) ! :math:`\cos{36\pi/180}`
3939
real(cp), parameter :: cos72=cos(72.0_cp*pi/180.0_cp) ! :math:`\cos{72\pi/180}`
4040

41-
character(len=4), parameter :: codeVersion='5.5'
41+
character(len=4), parameter :: codeVersion='5.6'
4242

4343
end module constants

0 commit comments

Comments
 (0)