diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-10 20:45:46 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-10 20:45:46 (GMT) |
commit | 18f2cf5cb6ef4dc4cf055a9dc120e45ac2e28fcc (patch) | |
tree | 132824cb7c48c7aa78e32da056435f59a7d22149 /configure.in | |
parent | f289a72b30516fa1923030a450e8cbd75ec5645a (diff) | |
download | hdf5-18f2cf5cb6ef4dc4cf055a9dc120e45ac2e28fcc.zip hdf5-18f2cf5cb6ef4dc4cf055a9dc120e45ac2e28fcc.tar.gz hdf5-18f2cf5cb6ef4dc4cf055a9dc120e45ac2e28fcc.tar.bz2 |
[svn-r16058] Maintenance: Changed version to 1.8.2 and released source tar ball. I willhdf5-1_8_2
tag the release after we build binaries tonight.
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 e80bafe..3fbc02c 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-pre1], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.2], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |