Skip to content

Commit

Permalink
Changed version file to 20.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 19, 2024
1 parent 4bd0b93 commit d7585c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/title.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7585c7

Please sign in to comment.