summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-12-28 17:35:45 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-12-28 17:35:45 (GMT)
commit9d8f04ded1e821c6b8b1cff8e98405a009c223c6 (patch)
treea404042381759763978635f009cd5ca343343be7 /src
parent4cb87c9d21d7f66f61d700700021a9a291f08d73 (diff)
downloadhdf5-9d8f04ded1e821c6b8b1cff8e98405a009c223c6.zip
hdf5-9d8f04ded1e821c6b8b1cff8e98405a009c223c6.tar.gz
hdf5-9d8f04ded1e821c6b8b1cff8e98405a009c223c6.tar.bz2
[svn-r3208] Changed the SUBRELEASE information from just 'beta3' to 'beta3-snap0'
to indicate it is before beta3 release may be attempted. Platform Tested: eirene--compiled without errors.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 22734d3..8c623b7 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -57,7 +57,7 @@ static char RcsId[] = "@(#)$Revision$";
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "beta3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "beta3-snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \