diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-17 02:47:22 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-17 02:47:22 (GMT) |
commit | e28d341378d69bccea20ee807681cbaa0f228dab (patch) | |
tree | 5e76f0705ae74672be78b23c0babcd6c9e9a3374 /c++/configure.in | |
parent | fc59fc145df210ac78783e6af996318ff9a85437 (diff) | |
download | hdf5-e28d341378d69bccea20ee807681cbaa0f228dab.zip hdf5-e28d341378d69bccea20ee807681cbaa0f228dab.tar.gz hdf5-e28d341378d69bccea20ee807681cbaa0f228dab.tar.bz2 |
[svn-r7659] Purpose: Maintenance
Description: I run bin/release to create an hdf5-1.6.1 release tar
ball. Now I am checking in modified files before
tagging the release.
Solution: N/A
Platforms tested: N/A
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 6c35c09..96a82a8 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.1-pre2], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.6.1], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |