diff --git a/fpm.toml b/fpm.toml index a76fe79..2ad967f 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "packmol" -version = "20.14.4" +version = "20.15.0" license = "MIT" author = "Leandro Martinez, Ernesto Birgin, Jose Mario Martinez" maintainer = "Leandro Martinez" diff --git a/src/title.f90 b/src/title.f90 index 574ec2c..fbeb33b 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.14.4 ')") + &t62,' Version 20.15.0 ')") write(*,hash3_line) end subroutine title