Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Jun 21, 2017
1 parent 671bcff commit 35696e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([datetime-fortran], [1.6.0])
AC_INIT([datetime-fortran], [1.6.1])
AC_CONFIG_SRCDIR([src/lib/datetime.f90])

# foreign flag tells that we are not conforming to the GNU standards
Expand Down
2 changes: 0 additions & 2 deletions src/lib/datetime.f90
Expand Up @@ -8,8 +8,6 @@
module datetime_module
!=======================================================================
!
! Version: 1.6.0
!
! Description: A Fortran module that provides time and date manipulation
! facilities. Conforms to Fortran 2003 standard.
!
Expand Down

0 comments on commit 35696e7

Please sign in to comment.