We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c856b24 commit ef16c3eCopy full SHA for ef16c3e
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 = 0
28
- VERS_PATCH = 2
+ VERS_MINOR = 3
+ VERS_PATCH = 0
29
30
C
31
RETURN
0 commit comments