Skip to content

Commit

Permalink
Preparing release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eteq committed Oct 4, 2019
1 parent a3a02dc commit b26ddd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ([2.68])
## Follow the instructions in RELEASE.rst to change package version
AC_INIT([erfa],[1.5.0])
AC_INIT([erfa],[1.6.0])
AC_CONFIG_SRCDIR([src/erfa.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand All @@ -17,7 +17,7 @@ ERFA_NUMVER
## A library supports interfaces from current downto current - age
## Revision is the version of the current interface
## Follow the instructions in RELEASE.rst to change the version info
ERFA_LIB_VERSION_INFO(6, 0, 5)
ERFA_LIB_VERSION_INFO(7, 0, 6)

## SOFA version, update if needed in new relases
AC_DEFINE([SOFA_VERSION], ["20190722"], [Define to the version of SOFA])
Expand Down

0 comments on commit b26ddd5

Please sign in to comment.