From 69043ca3ce7b7233e99a969a96a38d425cdec05a Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Tue, 6 Dec 2022 08:33:44 -0300 Subject: [PATCH] Changed version file to 20.11.1 --- title.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/title.f90 b/title.f90 index 1388430..5625d6c 100644 --- a/title.f90 +++ b/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.11.0 ')") + &t62,' Version 20.11.1 ')") write(*,hash3_line) end subroutine title