summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-09-22 16:39:14 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-09-22 16:39:14 (GMT)
commit68d88b2cf725fe32392d8cfb59c0bba7ea79e859 (patch)
treeebe6cb2b5fe18457346b22fd4d45af520f7b3e8e /src/H5public.h
parent047be918c872e500f868ecce3cad699d5eb3c7ee (diff)
downloadhdf5-68d88b2cf725fe32392d8cfb59c0bba7ea79e859.zip
hdf5-68d88b2cf725fe32392d8cfb59c0bba7ea79e859.tar.gz
hdf5-68d88b2cf725fe32392d8cfb59c0bba7ea79e859.tar.bz2
[svn-r9304] Purpose: Release maintenancehdf5-1_6_3
Description: I changed the version number to 1.6.3 Solution: Ran bin/h5vers -s 1.6.3 on eirene Platforms tested: Misc. update:
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 549d911..0f44b0e 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -78,9 +78,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 3 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre4" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)