diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-24 20:36:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-24 20:36:29 (GMT) |
commit | 891fc014f7c37128f9bffbb45baf1c4773f5bff5 (patch) | |
tree | b8c58c560be23f8a3f46d2e5a22fbcc9aab33129 /c++/configure.in | |
parent | a2ffe933e6f966179236198a8357ba68dbfc34e1 (diff) | |
download | hdf5-891fc014f7c37128f9bffbb45baf1c4773f5bff5.zip hdf5-891fc014f7c37128f9bffbb45baf1c4773f5bff5.tar.gz hdf5-891fc014f7c37128f9bffbb45baf1c4773f5bff5.tar.bz2 |
[svn-r7099]
Purpose: Maintenance
Description: Bumped the version number to 1.5.62 after creating
a tar ball for the fourth round of testing.
Solution: run bin/h5vers -s scipt on arabica
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 0f14820..b768d76 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.5.61], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5 C++], [1.5.62], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5Library.cpp]) AC_CONFIG_AUX_DIR([../bin]) |