diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-10-12 16:42:10 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-10-12 16:42:10 (GMT) |
commit | d6f33b849e0b41da536fc402a7cadd37bab4e858 (patch) | |
tree | 6a5fdbb49384a774656477c15d3439b1babbacdf /configure.in | |
parent | a430cf04ce752a10cfefb291a823e6ce90a3d115 (diff) | |
download | hdf5-d6f33b849e0b41da536fc402a7cadd37bab4e858.zip hdf5-d6f33b849e0b41da536fc402a7cadd37bab4e858.tar.gz hdf5-d6f33b849e0b41da536fc402a7cadd37bab4e858.tar.bz2 |
[svn-r11556] Purpose: Maintenance for the second round of testing
Description: Changed the version number to 1.6.5-pre1
Solution: Use bin/h5vers script to change relevant files
Platforms tested: heping
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 28a9174..1bae95a 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.5-snap3], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.6.5-pre1], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |