diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-01 22:39:56 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-06-01 22:39:56 (GMT) |
commit | b599f6bee0d34d897b9db0c9e2e933a40a6c2730 (patch) | |
tree | 8c1877c8a9437ed132cf9f49a912e74b879ebd2b /configure.in | |
parent | 7a91d952cc8a9623f246e2a231a80a4660417247 (diff) | |
download | hdf5-b599f6bee0d34d897b9db0c9e2e933a40a6c2730.zip hdf5-b599f6bee0d34d897b9db0c9e2e933a40a6c2730.tar.gz hdf5-b599f6bee0d34d897b9db0c9e2e933a40a6c2730.tar.bz2 |
[svn-r12394] Purpose: Maintenance
Description: Ran /bin/h5vers to change suffix to alpha4 after creating hdf5-1.8.0-alpha3
tar ball and tagging the release with hdf5_1_8_0_alpha3 tag
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 e1c040b..87342b6 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-alpha3], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.8.0-alpha4], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |