diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-08 19:14:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-08 19:14:29 (GMT) |
commit | df446a46d56005115a5e8c5a2bf7dc882f9cf996 (patch) | |
tree | 303ab6672fec55c41a732208d771a00eecee9fad /configure.in | |
parent | 4d9ea22570af3b919eba33f96182babdfed2cc08 (diff) | |
download | hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.zip hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.tar.gz hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.tar.bz2 |
[svn-r6835]
Purpose: Maintenance
Description: I changed release version to 1.5.54.
Email about tetsing of 1.5.53 will be send after this checkins.
Solution: used bin/h5vers -s to change the version number
Platforms tested: Done on arabica
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 26b0926..f1152a3 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.53], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.54], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |