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 /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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 42627af..83d4762 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.5.61], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.62], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |