We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef16c3e commit a0206acCopy full SHA for a0206ac
1 file changed
SRC/pilaver.f
@@ -24,8 +24,8 @@ SUBROUTINE PILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
24
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
25
C =====================================================================
26
VERS_MAJOR = 2
27
- VERS_MINOR = 3
28
- VERS_PATCH = 0
+ VERS_MINOR = 2
+ VERS_PATCH = 3
29
30
C
31
RETURN
0 commit comments