diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-12 20:53:30 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-12 20:53:30 (GMT) |
commit | 66f00a70a4a4751687c4e445daacf5f5e11185a8 (patch) | |
tree | 3da6478118cda5b1b1f5dbe8908fa9bed6c2c600 /configure.in | |
parent | 18f2cf5cb6ef4dc4cf055a9dc120e45ac2e28fcc (diff) | |
download | hdf5-66f00a70a4a4751687c4e445daacf5f5e11185a8.zip hdf5-66f00a70a4a4751687c4e445daacf5f5e11185a8.tar.gz hdf5-66f00a70a4a4751687c4e445daacf5f5e11185a8.tar.bz2 |
[svn-r16069] Maintenance: Changed version to 1.8.2-snap0 and updated documentation files
after the release. Branch is open for check-ins now.
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 3fbc02c..307ad51 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], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.2-snap0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |