summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-12-22 01:52:01 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-12-22 01:52:01 (GMT)
commit43234790a1abf027c2c233414ce32242ae4327ed (patch)
tree62c9631c395d7ce796eb3705a3a1aa02413898c9 /src/H5public.h
parentb512b165c447b97ade15461413cf1f8ea64a6464 (diff)
downloadhdf5-43234790a1abf027c2c233414ce32242ae4327ed.zip
hdf5-43234790a1abf027c2c233414ce32242ae4327ed.tar.gz
hdf5-43234790a1abf027c2c233414ce32242ae4327ed.tar.bz2
[svn-r7975] Snapshot version 1.6 release 1 (post8)
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 4aad897..f687971 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -76,9 +76,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 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "post8" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post9" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.1-post8" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.1-post9" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)