diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-19 18:23:19 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-19 18:23:19 (GMT) |
commit | 96fd960606d61d61205dd51f14d50273583fbe6f (patch) | |
tree | 5f11e2f0ee4b45133a7dfd7acff11ff15134dde9 /configure.in | |
parent | 1258c22bb07a37b44b1fa9c533fa5c39c166e888 (diff) | |
download | hdf5-96fd960606d61d61205dd51f14d50273583fbe6f.zip hdf5-96fd960606d61d61205dd51f14d50273583fbe6f.tar.gz hdf5-96fd960606d61d61205dd51f14d50273583fbe6f.tar.bz2 |
[svn-r16102] Maintenance: Suffix after the release is done should be post0 instead of
snap0; caught by Albert, fixed by policy offender.
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 307ad51..b0f2065 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-snap0], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.2-post0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |