diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-07-01 15:21:13 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-07-01 15:21:13 (GMT) |
commit | 1eb32020ef48f03755f122a0e1da16620d24a73a (patch) | |
tree | 70b58e7df9a3b43768ae4cff0cdb3f6c9706f645 /configure.in | |
parent | dc62afc420709fae7b6a23c38f7a1af7f6ea1b1b (diff) | |
download | hdf5-1eb32020ef48f03755f122a0e1da16620d24a73a.zip hdf5-1eb32020ef48f03755f122a0e1da16620d24a73a.tar.gz hdf5-1eb32020ef48f03755f122a0e1da16620d24a73a.tar.bz2 |
[svn-r7131] Purpose: Maintenance for the fifth round of testing
Description: Bumped version number for 1.5.63 after creating a tar ball
for the next round of testing
Solution:
Platforms tested:
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 ac43690..5b9ec0f 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.62], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.63], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |