diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-22 22:07:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-22 22:07:25 (GMT) |
commit | cd60d3859322bb1b0a60ca6361d027134c05cb0f (patch) | |
tree | a2c55d71ae15064930825a9ae6f7bc1ec618465e /configure.in | |
parent | ae27797c11916301ccec9d467cb3545ccc525162 (diff) | |
download | hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.zip hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.gz hdf5-cd60d3859322bb1b0a60ca6361d027134c05cb0f.tar.bz2 |
[svn-r15068] Maintenance: used h5vers script to change version number to 1.8.1-rc1 before creating a tar
ball for remote testing
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 23674b1..23ee4ab 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,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-snap7], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.1-rc1], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |