diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-09-22 16:52:03 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-09-22 16:52:03 (GMT) |
commit | 6984b40605b7e21d5a31edbe9835535f6b8b514d (patch) | |
tree | af4665aca4911790a2139bee2e06978260c3232d /configure.in | |
parent | 68d88b2cf725fe32392d8cfb59c0bba7ea79e859 (diff) | |
download | hdf5-6984b40605b7e21d5a31edbe9835535f6b8b514d.zip hdf5-6984b40605b7e21d5a31edbe9835535f6b8b514d.tar.gz hdf5-6984b40605b7e21d5a31edbe9835535f6b8b514d.tar.bz2 |
[svn-r9306] Purpose: Post 1.6.3 release maintenance
Description: Changed the version number to 1.6.3-post0
Solution: ran bin/h5vers script on eirene
Platforms tested:
Misc. update:
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 eb913bf..6c5ff70 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ dnl dnl NOTE: Don't forget to change the version number here when we do a dnl release!!! dnl -AC_INIT([HDF5], [1.6.3], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.6.3-post0], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |