Skip to content

Commit

Permalink
bump to 15.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno02468 authored Aug 31, 2024
1 parent 48d8bd1 commit 3c6c804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Modules/MYSTRAN_Version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MODULE MYSTRAN_Version
SAVE

CHARACTER(256*BYTE) :: MYSTRAN_COMMENT = '*** Please report any problems to [email protected] ***'
CHARACTER( 8*BYTE), PARAMETER :: MYSTRAN_VER_NUM = '15.2.0'
CHARACTER( 8*BYTE), PARAMETER :: MYSTRAN_VER_NUM = '15.2.1'
CHARACTER( 3*BYTE), PARAMETER :: MYSTRAN_VER_MONTH= 'Apr'
CHARACTER( 2*BYTE), PARAMETER :: MYSTRAN_VER_DAY = '07'
CHARACTER( 4*BYTE), PARAMETER :: MYSTRAN_VER_YEAR = '2024'
Expand Down

0 comments on commit 3c6c804

Please sign in to comment.