diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-30 18:33:13 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-30 18:33:13 (GMT) |
commit | 3605a2dc2de66dc28dcab4a248dede40111666f4 (patch) | |
tree | 74ce642b14bbe253b926030b4ece955dce76fed5 /configure.in | |
parent | fbaf972a66064b9fe479052afa07137fdfdddb8f (diff) | |
download | hdf5-3605a2dc2de66dc28dcab4a248dede40111666f4.zip hdf5-3605a2dc2de66dc28dcab4a248dede40111666f4.tar.gz hdf5-3605a2dc2de66dc28dcab4a248dede40111666f4.tar.bz2 |
[svn-r15105] Maintenance: Modified version to 1.8.1-snap0, and updated HISTORY-1_8.txt and RELEASE.txt
for the further development in the branch.
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 6029fec..6d8ed9c 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,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.1], [help@hdfgroup.org]) +AC_INIT([HDF5], [1.8.1-snap0], [help@hdfgroup.org]) AC_CONFIG_SRCDIR([src/H5.c]) AM_CONFIG_HEADER([src/H5config.h]) |