Ignore:
Timestamp:
01/06/17 11:48:17 (8 years ago)
Author:
tbretz
Message:
Updated to ERFA 1.3.0 (no relevant code change except the leap second at the beginning of 2017)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/erfa/configure.ac

    r18348 r18711  
    33AC_PREREQ([2.68])
    44## Follow the instructions in RELEASE.rst to change package version
    5 AC_INIT([erfa],[1.2.0])
     5AC_INIT([erfa],[1.3.0])
    66AC_CONFIG_SRCDIR([src/erfa.h])
    77AC_CONFIG_HEADER([config.h])
     
    1818## Revision is the version of the current interface
    1919## Follow the instructions in RELEASE.rst to change the version info
    20 ERFA_LIB_VERSION_INFO(3, 0, 2)
     20ERFA_LIB_VERSION_INFO(4, 0, 3)
    2121
    2222# Checks for libraries.
Note: See TracChangeset for help on using the changeset viewer.