diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-07-03 21:18:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-07-03 21:18:14 (GMT) |
commit | bdd10b09c6c9344eef7cda642e5fa65191167d8d (patch) | |
tree | 9a3414f8502486e14347b18d7ab00a5e802a712a /configure.in | |
parent | a059ebeab61188a58dc7e3c2fbfd483b86b22862 (diff) | |
download | hdf5-bdd10b09c6c9344eef7cda642e5fa65191167d8d.zip hdf5-bdd10b09c6c9344eef7cda642e5fa65191167d8d.tar.gz hdf5-bdd10b09c6c9344eef7cda642e5fa65191167d8d.tar.bz2 |
[svn-r7165] Purpose: Maintenance for 1.6.0 release
Description: Changed version number to be 1.6.0 with empty substring
for the release
Solution: Used bin/h5vers -s 1.6.0 to update all necessary files.
Platforms tested: verbena
Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2512974..064b205 100644 --- a/configure.in +++ b/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], [1.6.0-pre1], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.6.0], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |