Normally F77 or F90.
Fortran I (1954?) & Fortran II (Pre-1966) - only has arithmetic If statements. All the code begins in column 7. Identifiers are restricted to 6 chars.
Fortran IV (1966 to appx 1982) - Has logical ifs and probably computed gotos. Code still begins in column 7, identifiers 6 chars. Look at the write statements. If it has asterisks, it isn't this version. Continuation lines (anything in column 6) restricted to 20.
Fortran 77 - Not so many labels, identifier names of more than 6 chars. Has a program statement. Chances are it will probably be this one. The compilers only came out in the 80s.
Fortran 90 - Has :: on identifier declarations and modules. Maybe type statements as well.
Fortran 95 - Has dynamic memory allocation. This is post 96. The standard only came out in 96 and the compilers later than that.