diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-25 22:37:24 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-04-25 22:37:24 (GMT) |
commit | 43d1e71c2bb274d6db13e25ad47227234386b1b7 (patch) | |
tree | 21376a1fed153d4a8cf430743ab239cfd41fd545 /configure.in | |
parent | c543c53a0d3e753a695704cb6db1cb7218133c92 (diff) | |
download | hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.zip hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.tar.gz hdf5-43d1e71c2bb274d6db13e25ad47227234386b1b7.tar.bz2 |
[svn-r5266] Purpose:
Update
Description:
Updated the h5vers script to automatically update the configure.in
files so that they reflect the correct version in the AC_INIT line.
Platforms tested:
Linux
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 80b39b9..6f017ff 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.5], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.5.27], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |