-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ dnl CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY | |
dnl OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
AC_INIT([MATIO],[1.5.14],[[email protected]],[], | ||
AC_INIT([MATIO],[1.5.15],[[email protected]],[], | ||
[https://sourceforge.net/projects/matio]) | ||
AC_CONFIG_SRCDIR([src/matio.h]) | ||
AC_CONFIG_AUX_DIR([config]) | ||
|
@@ -39,10 +39,10 @@ AC_CANONICAL_HOST | |
AC_DEFINE_UNQUOTED([MATIO_PLATFORM],"${host}",[Platform]) | ||
AC_DEFINE_UNQUOTED([MATIO_MAJOR_VERSION],1,[Matio major version number]) | ||
AC_DEFINE_UNQUOTED([MATIO_MINOR_VERSION],5,[Matio minor version number]) | ||
AC_DEFINE_UNQUOTED([MATIO_RELEASE_LEVEL],14,[Matio release level number]) | ||
AC_DEFINE_UNQUOTED([MATIO_VERSION],1514,[Matio version number]) | ||
PACKAGE_RELEASE_DATE="11 March 2019" | ||
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.14",[Matio version number]) | ||
AC_DEFINE_UNQUOTED([MATIO_RELEASE_LEVEL],15,[Matio release level number]) | ||
AC_DEFINE_UNQUOTED([MATIO_VERSION],1515,[Matio version number]) | ||
PACKAGE_RELEASE_DATE="29 March 2019" | ||
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.15",[Matio version number]) | ||
AC_SUBST(PACKAGE_RELEASE_DATE) | ||
|
||
AC_ARG_VAR([FCLDFLAGS],[Fortran compiler-specific flags at link time]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters