diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-18 20:59:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-18 20:59:35 (GMT) |
commit | 7c1054856ac624759db172369cd6d25ee13e4a47 (patch) | |
tree | 2c7d359a369d4a99af14cb141ad1dea53ae9cc5a /fortran/configure.in | |
parent | 4fc73028edd0829b1e45ebe9c597cb91d49a9963 (diff) | |
download | hdf5-7c1054856ac624759db172369cd6d25ee13e4a47.zip hdf5-7c1054856ac624759db172369cd6d25ee13e4a47.tar.gz hdf5-7c1054856ac624759db172369cd6d25ee13e4a47.tar.bz2 |
[svn-r7061] Purpose:
Bump version # after creating private snapshot.
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 83e1eea..6ae5d4f 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -24,7 +24,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.59], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 Fortran], [1.5.60], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/HDF5.f90]) AC_CONFIG_HEADER([src/H5config_fortran.h]) |