diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-03 21:20:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-03 21:20:33 (GMT) |
commit | 76ae1a3f451db2f91ad70975282ff25ae0c68ace (patch) | |
tree | f7a0820e794dfc9f501e515ed9343433a4afd22c /fortran/configure.in | |
parent | f43ea3be020de9aec24b0871654697522f99b52c (diff) | |
download | hdf5-76ae1a3f451db2f91ad70975282ff25ae0c68ace.zip hdf5-76ae1a3f451db2f91ad70975282ff25ae0c68ace.tar.gz hdf5-76ae1a3f451db2f91ad70975282ff25ae0c68ace.tar.bz2 |
[svn-r7166] Purpose:
Update configuration
Description:
Now that we've split the tree (Yea!), change the main trunk back to debug
on and production off.
Also, change the version # to 1.7.0
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 dec2ff0..58c1096 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.6.0-pre1], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 Fortran], [1.7.0], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/HDF5.f90]) AC_CONFIG_HEADER([src/H5config_fortran.h]) |