diff --git a/doc/magic_manual.pdf b/doc/magic_manual.pdf index 885ea6f6..1068b34b 100644 Binary files a/doc/magic_manual.pdf and b/doc/magic_manual.pdf differ diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index a0257f0c..e0c42b54 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -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. diff --git a/src/constants.f90 b/src/constants.f90 index af2eaea0..8efcb3bb 100644 --- a/src/constants.f90 +++ b/src/constants.f90 @@ -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