diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-02-21 16:55:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-02-21 16:55:25 (GMT) |
commit | 8f99a9b7b31e0541b079bf4673c2b3586339d305 (patch) | |
tree | c598ff99c0f99a7657deb74dad59f593eedd3fb7 /c++/configure.in | |
parent | 95f6839c65d827a6433ea04a6cc0c0f23eaadd9e (diff) | |
download | hdf5-8f99a9b7b31e0541b079bf4673c2b3586339d305.zip hdf5-8f99a9b7b31e0541b079bf4673c2b3586339d305.tar.gz hdf5-8f99a9b7b31e0541b079bf4673c2b3586339d305.tar.bz2 |
[svn-r10057] Purpose: Maintenance before starting the firts round of 1.6.4 release
Description: Changed suffix to pre1
Solution: Ran bin/h5vers -s command on eirene
Platforms tested: mir
Misc. update:
Diffstat (limited to 'c++/configure.in')
-rw-r--r-- | c++/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/configure.in b/c++/configure.in index b36178b..17c7635 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -27,7 +27,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5 C++], [1.6.4-snap8], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.6.4-pre1], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |