diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-03-16 01:44:22 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-03-16 01:44:22 (GMT) |
commit | 19f564b424eadabc3c4160238c3579d43587e119 (patch) | |
tree | 6b71672f3ab060ff2f0c065fe8f6cabb231733c8 /c++/configure.in | |
parent | 6f686d87b35c5f3e9fe42af0d95faeec90e33b42 (diff) | |
download | hdf5-hdf5-1_6_4.zip hdf5-hdf5-1_6_4.tar.gz hdf5-hdf5-1_6_4.tar.bz2 |
[svn-r10225] Purpose: Release of 1.6.4hdf5-1_6_4
Description: I ran bin/h5vers to change version number to 1.6.4. Several files
were modified by bin/h5vers. I am checking them in before
tagging the release with hdf5-1_6_4 tag
Solution:
Platforms tested:
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 b78d118..42a7000 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-pre3], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.6.4], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |