diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-01-27 16:15:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-01-27 16:15:58 (GMT) |
commit | f94e51f7c14f8eb29d96790de4b973d5059902a6 (patch) | |
tree | f7adc26a89821461263c04ba13080ac27cb8a7c4 /configure.in | |
parent | 261b24c62cf0505259c15be83cc6b4b334ecd526 (diff) | |
download | hdf5-f94e51f7c14f8eb29d96790de4b973d5059902a6.zip hdf5-f94e51f7c14f8eb29d96790de4b973d5059902a6.tar.gz hdf5-f94e51f7c14f8eb29d96790de4b973d5059902a6.tar.bz2 |
[svn-r13208] Changed the minor release string to alpha6snap0 for pre-alpha6 snapshot releases.
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 8f89116..977720c 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.8.0-alpha5snap1], [hdfhelp@ncsa.uiuc.edu]) +AC_INIT([HDF5], [1.8.0-alpha6snap0], [hdfhelp@ncsa.uiuc.edu]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |