diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-06 16:32:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-06 16:32:29 (GMT) |
commit | e33df58ec51018254b7a441c9e6aae2592ba687a (patch) | |
tree | 6697077526805e85b9322879a18a6c2bfa18845a /configure.in | |
parent | a1fee4191e1132d050987453582e1a872355acc7 (diff) | |
download | hdf5-e33df58ec51018254b7a441c9e6aae2592ba687a.zip hdf5-e33df58ec51018254b7a441c9e6aae2592ba687a.tar.gz hdf5-e33df58ec51018254b7a441c9e6aae2592ba687a.tar.bz2 |
[svn-r12339] Purpose: Maintenance after hdf5-1.8.0-alpha2 release
Description: Changed version suffix to alpha3
Solution: ran bin/h5vers script
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 25baa47..8ff67e1 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.8.0-alpha2], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.8.0-alpha3], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |