Skip to content

Commit c212e91

Browse files
committed
Changed version file to 18.336
1 parent 5956fa4 commit c212e91

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
@@ -23,7 +23,7 @@ subroutine title(iout)
2323
write(iout,"(t3,56('#'),' TOPOLINK ',55('#'))")
2424
write(iout,"(t15,a)") 'L. Martinez, Institute of Chemistry - University of Campinas. http://leandro.iqm.unicamp.br'
2525
write(iout,*)
26-
write(iout,"(t105,a)") " Version 18.335 "
26+
write(iout,"(t105,a)") " Version 18.336 "
2727
write(iout,*)
2828

2929
end subroutine title

0 commit comments

Comments
 (0)