summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-04-18 20:30:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-04-18 20:30:58 (GMT)
commit4fee3d360c77aa8ce494b5d5f772ba85de11b906 (patch)
treed1f645b5f16104c039e13e69a1c4189d9ba7d3ad /src
parent51df76bb28448742ba3dec4b67429b849064e3f4 (diff)
downloadhdf5-4fee3d360c77aa8ce494b5d5f772ba85de11b906.zip
hdf5-4fee3d360c77aa8ce494b5d5f772ba85de11b906.tar.gz
hdf5-4fee3d360c77aa8ce494b5d5f772ba85de11b906.tar.bz2
[svn-r13683] Description:hdf5-1_8_0-beta1
Change the release string for the beta1 release, so the tag in subversion is correct.
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 226978b..32bda4b 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -69,9 +69,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "alpha6snap3" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "beta1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6snap3" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)