summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
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 /src/H5public.h
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 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index a20fcf8..c75a9c6 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -66,10 +66,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 52 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 53 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.7.52" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.53" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)