summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-07-05 15:53:27 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-07-05 15:53:27 (GMT)
commitace710ac1346ff5e6ae2c3dc97c6d32543e90c58 (patch)
tree03ce19f780923cb61074a9598ad9a4e0121958bb /src
parent6d7917d341e0c2a1a96e55f94f6d14c65e0266e9 (diff)
downloadhdf5-ace710ac1346ff5e6ae2c3dc97c6d32543e90c58.zip
hdf5-ace710ac1346ff5e6ae2c3dc97c6d32543e90c58.tar.gz
hdf5-ace710ac1346ff5e6ae2c3dc97c6d32543e90c58.tar.bz2
[svn-r4113]
Purpose: Maintenance Description: Changed version information to be 1.4.2-pre0 for upcoming testing.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 4a1c1e1..f386e67 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -60,10 +60,10 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "post4" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "pre0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.1-post4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.2-pre0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)