summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-12-05 18:41:27 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-12-05 18:41:27 (GMT)
commite969226fc701d06fc3e6e4b312c6bd77395b76d3 (patch)
tree63994630aa42f337d0626b83b8a62739c624ac5d /configure.in
parent8d344f96bcd012742c55e668d6a6b3d81d1c39ee (diff)
downloadhdf5-e969226fc701d06fc3e6e4b312c6bd77395b76d3.zip
hdf5-e969226fc701d06fc3e6e4b312c6bd77395b76d3.tar.gz
hdf5-e969226fc701d06fc3e6e4b312c6bd77395b76d3.tar.bz2
[svn-r11761] Purpose:
Unstable format version marker. Description: This marks the Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. Earlier versions (1.7.52 or earlier) have the original format. This version and later have the unstable format until further notice. Platforms tested: h5committested.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d16aebe..a907caf 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.7.52], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5], [1.7.53], [hdfhelp@ncsa.uiuc.edu])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])