Skip to content

Commit a0206ac

Browse files
committed
changing version number to 2.2.3
1 parent ef16c3e commit a0206ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SRC/pilaver.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ SUBROUTINE PILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
2424
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
2525
C =====================================================================
2626
VERS_MAJOR = 2
27-
VERS_MINOR = 3
28-
VERS_PATCH = 0
27+
VERS_MINOR = 2
28+
VERS_PATCH = 3
2929
C =====================================================================
3030
C
3131
RETURN

0 commit comments

Comments
 (0)