summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-02-12 19:50:45 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-02-12 19:50:45 (GMT)
commit76d948fe8163e75fbcc1c27aed0ea26beca3e65c (patch)
treeff4e5ec971c426c6094fc3ca6f7e9bde22815ab9 /src/H5public.h
parentf9491185b3f0312eb203f20dd607115885caf51f (diff)
downloadhdf5-76d948fe8163e75fbcc1c27aed0ea26beca3e65c.zip
hdf5-76d948fe8163e75fbcc1c27aed0ea26beca3e65c.tar.gz
hdf5-76d948fe8163e75fbcc1c27aed0ea26beca3e65c.tar.bz2
[svn-r8195] Purpose: Maintenance after hdf5-1.6.2 release
Description: I updated HISTORY.txt and RELEASE.txt files, and ran bin/h5vers to change version number to 1.6.2-post0 Solution: 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 39edc23..da8e34b 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 2 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.2-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)