From 53b7d46dd8445e092d73287a154bf0ebcbde0d9d Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Wed, 8 Feb 2017 13:20:22 -0200 Subject: [PATCH] Changed version file to 17.039 --- title.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/title.f90 b/title.f90 index eb8acff..c4a244e 100644 --- a/title.f90 +++ b/title.f90 @@ -18,7 +18,7 @@ subroutine title() write(*,"(' PACKMOL - Packing optimization for the automated generation of', /& &' starting configurations for molecular dynamics simulations.', /& &' ',/& - &t62,' Version 16.344 ')") + &t62,' Version 17.039 ')") write(*,hash3_line) end subroutine title