We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5175167 commit cec72acCopy full SHA for cec72ac
src/vers.f90
@@ -3,6 +3,6 @@ module version
3
! These values are updated during the NJOY revision-control process.
4
implicit none
5
private
6
- character(8),public::vers='2016.77'
7
- character(8),public::vday='xxSep24'
+ character(8),public::vers='2016.78'
+ character(8),public::vday='03Feb25'
8
end module version
0 commit comments