Skip to content

Commit fcd4a44

Browse files
committed
Changed version file to 18.269
1 parent 2604ec7 commit fcd4a44

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.263 "
26+
write(iout,"(t105,a)") " Version 18.269 "
2727
write(iout,*)
2828

2929
end subroutine title

0 commit comments

Comments
 (0)