diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-03 21:54:52 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-03 21:54:52 (GMT) |
commit | d9080af46187e7e3bf3929442cb7db3a2f71a07d (patch) | |
tree | 54270f4d76e1370c4c9f037b976e9ce6721f3fff /configure.in | |
parent | 780999deee27ee44f5311be57c4153c5a231f183 (diff) | |
download | hdf5-d9080af46187e7e3bf3929442cb7db3a2f71a07d.zip hdf5-d9080af46187e7e3bf3929442cb7db3a2f71a07d.tar.gz hdf5-d9080af46187e7e3bf3929442cb7db3a2f71a07d.tar.bz2 |
[svn-r16023] Maintenance: Changed version to hdf5-1.8.2-pre1 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 a10c9cf..e80bafe 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.1-snap8], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.2-pre1], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |