diff --git a/fpm.toml b/fpm.toml index 1d983c5..64efe03 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "packmol" -version = "20.15.2" +version = "20.15.3" license = "MIT" author = "Leandro Martinez, Ernesto Birgin, Jose Mario Martinez" maintainer = "Leandro Martinez" diff --git a/src/title.f90 b/src/title.f90 index e3e6566..af35f5d 100644 --- a/src/title.f90 +++ b/src/title.f90 @@ -13,7 +13,7 @@ subroutine title() write(*,"(' PACKMOL - Packing optimization for the automated generation of', /& &' starting configurations for molecular dynamics simulations.', /& &' ',/& - &t62,' Version 20.15.2 ')") + &t62,' Version 20.15.3 ')") write(*,hash3_line) end subroutine title