summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-07-03 21:18:14 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-07-03 21:18:14 (GMT)
commitbdd10b09c6c9344eef7cda642e5fa65191167d8d (patch)
tree9a3414f8502486e14347b18d7ab00a5e802a712a /src/H5public.h
parenta059ebeab61188a58dc7e3c2fbfd483b86b22862 (diff)
downloadhdf5-bdd10b09c6c9344eef7cda642e5fa65191167d8d.zip
hdf5-bdd10b09c6c9344eef7cda642e5fa65191167d8d.tar.gz
hdf5-bdd10b09c6c9344eef7cda642e5fa65191167d8d.tar.bz2
[svn-r7165] Purpose: Maintenance for 1.6.0 release
Description: Changed version number to be 1.6.0 with empty substring for the release Solution: Used bin/h5vers -s 1.6.0 to update all necessary files. Platforms tested: verbena 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 65b8a28..0e80260 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 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre1" /* 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.0-pre1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)