summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-09-09 14:38:36 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-09-09 14:38:36 (GMT)
commit518d5ae6a805df9cf8d5b94e8736a19f821a1d8b (patch)
tree4b6f155fee6dcdd9bc9d0ec9a11df958ca43673f /src
parentc7364155af94c6b07f18147075046879d69a271f (diff)
downloadhdf5-518d5ae6a805df9cf8d5b94e8736a19f821a1d8b.zip
hdf5-518d5ae6a805df9cf8d5b94e8736a19f821a1d8b.tar.gz
hdf5-518d5ae6a805df9cf8d5b94e8736a19f821a1d8b.tar.bz2
[svn-r9236] Purpose: Maintenance for the second round of testing
Description: I created a tar ball and changed version to 1.6.3-pre3 Solution: run bin/h5vers on eirene Platforms tested: eirene 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 ec3af3f..3410861 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 "pre2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.3-pre3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)