diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-25 22:37:24 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-25 22:37:24 (GMT) |
commit | 43d1e71c2bb274d6db13e25ad47227234386b1b7 (patch) | |
tree | 21376a1fed153d4a8cf430743ab239cfd41fd545 /fortran/configure.in | |
parent | c543c53a0d3e753a695704cb6db1cb7218133c92 (diff) | |
download | hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.zip hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.tar.gz hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.tar.bz2 |
[svn-r5266] Purpose:
Update
Description:
Updated the h5vers script to automatically update the configure.in
files so that they reflect the correct version in the AC_INIT line.
Platforms tested:
Linux
Diffstat (limited to 'fortran/configure.in')
-rw-r--r-- | fortran/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/configure.in b/fortran/configure.in index a27db47..f8bb515 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -18,7 +18,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5 Fortran], [1.5], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.27], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/HDF5.f90]) AC_CONFIG_HEADER([src/H5config_fortran.h]) |