Skip to content

Commit

Permalink
increment version number in the main module
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Dec 3, 2016
1 parent d6819af commit 1c7eefd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/lib/datetime.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
module datetime_module
!=======================================================================
!
! Version: 1.4.3
!
! Last update: 2016-09-12
!
! Author: Milan Curcic <mcurcic@wavebitscientific.com>
! Wavebit Scientific LLC
! Version: 1.5.0
!
! Description: A Fortran module that provides time and date manipulation
! facilities. Conforms to Fortran 2003 standard.
Expand All @@ -38,6 +33,7 @@ module datetime_module
! procedure :: getMillisecond
! procedure :: isocalendar
! procedure :: isoformat
! procedure :: isoweekday
! procedure :: isValid
! procedure :: now
! procedure :: secondsSinceEpoch
Expand Down

0 comments on commit 1c7eefd

Please sign in to comment.