Skip to content

Commit

Permalink
Update pot3d.f
Browse files Browse the repository at this point in the history
Updated version number to conform to semantic versioning.
  • Loading branch information
sumseq authored Feb 10, 2021
1 parent 2c0f1b5 commit 9ff52a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pot3d.f
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ module ident
c-----------------------------------------------------------------------
c
character(*), parameter :: idcode='POT3D'
character(*), parameter :: vers ='r2.24'
character(*), parameter :: update='01/28/2021'
character(*), parameter :: vers ='r3.0.0'
character(*), parameter :: update='02/09/2021'
c
end module
c#######################################################################
Expand Down Expand Up @@ -8541,4 +8541,8 @@ subroutine interp (x,n,xv,i,alpha)
c - Small bug fix for default output file names and
c format option fmt.
c
c ### Version 3.0.0, 02/10/2021, file pot3d.f, modified by RC:
c
c - Changed version number scheme to semantic versioning.
c
c#######################################################################

0 comments on commit 9ff52a5

Please sign in to comment.