diff --git a/doc/magic_manual.pdf b/doc/magic_manual.pdf index a00b0e2b..e01ec58e 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 6b30ef58..ed5694f2 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = '6.1' +version = '6.2' # The full version, including alpha/beta/rc tags. -release = '6.1' +release = '6.2' # 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 6a360c29..934ae192 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='6.1' + character(len=4), parameter :: codeVersion='6.2' end module constants