summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-09-15 17:25:03 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-09-15 17:25:03 (GMT)
commit8552b3e57105430dc69573cdc6ebe8e81e1f9c9c (patch)
tree2fa8e27b2052b871841e5942203cf6de58724084 /src
parenta3381d37d8df8648205a7725ae04533ac7fdb626 (diff)
downloadhdf5-8552b3e57105430dc69573cdc6ebe8e81e1f9c9c.zip
hdf5-8552b3e57105430dc69573cdc6ebe8e81e1f9c9c.tar.gz
hdf5-8552b3e57105430dc69573cdc6ebe8e81e1f9c9c.tar.bz2
[svn-r9263] Purpose: Maintenance for 1.6.3 third round of testing
Description: Created test tar ball and changed version to 1.6.3-pre4 using bin/h5vers script on eirene Solution: Platforms tested: Misc. update:
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 3410861..549d911 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 "pre3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre4" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre4" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)