diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-03-01 23:14:30 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-03-01 23:14:30 (GMT) |
commit | 77d3875c5b0787d373165f6b7537081b46e0d031 (patch) | |
tree | d0025dff6f910b06a8b0bd4d411e6c21f8e3b555 /configure.in | |
parent | 8e0adc32089475faf13c7fa669510345a2259bac (diff) | |
download | hdf5-77d3875c5b0787d373165f6b7537081b46e0d031.zip hdf5-77d3875c5b0787d373165f6b7537081b46e0d031.tar.gz hdf5-77d3875c5b0787d373165f6b7537081b46e0d031.tar.bz2 |
[svn-r8228] Purpose:
Incremented the release number. The previous one is used
by the fphdf5 alpha0 release.
Platforms tested:
Tested in Eirene with fortran and cxx.
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 6b400f3..9f823c1 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.7.19-fph5_alpha0], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.7.20], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |