Print the version number of the program.
subroutine print_version() !! Print the version number of the program. implicit none write(*,'("version: ",A)') athena__version__ end subroutine print_version