Skip to content

Commit 11a1e95

Browse files
committed
Changed version file to 19.066
1 parent df8b8fb commit 11a1e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/title.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subroutine title(iout)
1616
write(iout,"(t3,56('#'),' TOPOLINK ',55('#'))")
1717
write(iout,"(t18,a)") 'Institute of Chemistry - University of Campinas. http://m3g.iqm.unicamp.br/topolink'
1818
write(iout,*)
19-
write(iout,"(t105,a)") " Version 19.032 "
19+
write(iout,"(t105,a)") " Version 19.066 "
2020
write(iout,*)
2121

2222
end subroutine title

0 commit comments

Comments
 (0)