summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-09-01 16:24:50 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-09-01 16:24:50 (GMT)
commitd5aff3652b9055416a5f5bf76ac67348dfd7a8b4 (patch)
tree4c211012d2a83409a56e07471c91ec868b2627f7 /src
parent3be80cc1f092d427c33ccc177fb0d6bca7c53ab2 (diff)
downloadhdf5-d5aff3652b9055416a5f5bf76ac67348dfd7a8b4.zip
hdf5-d5aff3652b9055416a5f5bf76ac67348dfd7a8b4.tar.gz
hdf5-d5aff3652b9055416a5f5bf76ac67348dfd7a8b4.tar.bz2
[svn-r9182] Purpose: Maintenance for the hdf5-1.6.3 testing
Description: After discussing with Albert: I changed the version to hdf5-1.6.3-pre1 and created a tar ball for the first round of testing. Then I changed the version to hdf5-1.6.3-pre2 and now I am committing the changes. pre1 on ftp is the same as snap6 :-) 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 07a63d0..ec3af3f 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 "snap6" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.3-snap6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre2" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)