diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-04-24 03:24:30 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-04-24 03:24:30 (GMT) |
commit | bf151ed10694a5cc19dfcbe40f76a54caf6346a1 (patch) | |
tree | 269070e629e44509c8e48f7bbe22dfbd488819bc /configure.in | |
parent | f140eccaea8d41dd024d81d49a83a40d7cae2a45 (diff) | |
download | hdf5-bf151ed10694a5cc19dfcbe40f76a54caf6346a1.zip hdf5-bf151ed10694a5cc19dfcbe40f76a54caf6346a1.tar.gz hdf5-bf151ed10694a5cc19dfcbe40f76a54caf6346a1.tar.bz2 |
[svn-r16853] Maintenance: Changed version number to 1.8.3-pre1 and created 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 abaa92a..bc18ea4 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.2-post13], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.3-pre1], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |