summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-07-03 22:53:20 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-07-03 22:53:20 (GMT)
commitd47f56d23462b978f0cef42957e7b4ef0c698d96 (patch)
tree064720b1ce6d8a67941b3c610fc8d4433d6db562 /src/H5public.h
parentb5a9391d8c3444141896a2dbdb4135dfa3bc1104 (diff)
downloadhdf5-d47f56d23462b978f0cef42957e7b4ef0c698d96.zip
hdf5-d47f56d23462b978f0cef42957e7b4ef0c698d96.tar.gz
hdf5-d47f56d23462b978f0cef42957e7b4ef0c698d96.tar.bz2
[svn-r11015] Snapshot version 1.6 release 4 (post3)
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 f866778..45f0cfe 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,9 +75,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 6 /* For minor interface/format changes */
#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "post3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post4" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.4-post3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.4-post4" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)