diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-02-11 19:09:52 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-02-11 19:09:52 (GMT) |
commit | 349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da (patch) | |
tree | 37aeff23e26e1a7e900d4a1fe6129f5821d9da82 /configure.in | |
parent | 6c2c7af53af7e7c644dfb20a964e443368806282 (diff) | |
download | hdf5-349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da.zip hdf5-349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da.tar.gz hdf5-349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da.tar.bz2 |
[svn-r14547] Maintenance: Changed version number to 1.9.0 as we agreed on the HDF5 developers meeting
on February 8, 2008; modified docs files to point to the documentation snapshots.
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 7e967fb..f8b7ce0 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.9.0-snap0], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.9.0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |