summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-07-12 21:16:00 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-07-12 21:16:00 (GMT)
commit291c8b9bfc1dc38b8ba353b7cf926ae1728fa327 (patch)
tree8e5f6e02881c30e409323466c354f12ee2e0bdd5 /src/H5public.h
parent8a5a5f410e96e35d1466a05026e71e8d7c667aa3 (diff)
downloadhdf5-291c8b9bfc1dc38b8ba353b7cf926ae1728fa327.zip
hdf5-291c8b9bfc1dc38b8ba353b7cf926ae1728fa327.tar.gz
hdf5-291c8b9bfc1dc38b8ba353b7cf926ae1728fa327.tar.bz2
[svn-r4201] Purpose:
Incremented the SUBRELEASE value to distinguish this from the 1.4.2.-pre2 version. Platforms tested: Just did cvs diff and i inspected to make the diff output is resonable.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index eeffcb9..656225f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -61,9 +61,9 @@
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
#define H5_VERS_RELEASE 2 /* 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.4.2-pre2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.2-pre3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)