diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-13 20:10:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-13 20:10:36 (GMT) |
commit | 7352b3a30f9e41b5720fcc8bb1005f82ee44d423 (patch) | |
tree | b66cd8c45228dedce595776e945952a8af7575de /configure.in | |
parent | bbb4d22621213e8a0fcb4cfbe20622acda741ac3 (diff) | |
download | hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.zip hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.tar.gz hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.tar.bz2 |
[svn-r7952] Purpose:
Bug snapshot version after creating tar file for user to test bugfix.
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 313bda4..1f1a259 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.1-post6], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.6.1-post7], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AC_CONFIG_HEADER([src/H5config.h]) |