Skip to content

Commit

Permalink
Preparing release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eteq committed Dec 5, 2019
1 parent ba857c9 commit b9a66df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ Bugfixes
ERFA includes smaller changes that may or may not eventually make it into SOFA,
addressing localized bugs or similar smaller issues:

* ERFA 1.7.0 and SOFA "20190722"

+ There are no differences between ERFA 1.7.0 and SOFA "20190722" except
for the added ``eraVersion``, ``eraSofaVersion``, and leap second functions
noted above.

* ERFA 1.6.0 and SOFA "20190722"

+ There are no differences between ERFA 1.6.0 and SOFA "20190722" except
Expand Down
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.6.0])
AC_INIT([erfa],[1.7.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(7, 0, 6)
ERFA_LIB_VERSION_INFO(8, 0, 7)

## 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 b9a66df

Please sign in to comment.