summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-03 04:59:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-03 04:59:52 (GMT)
commit97a42559343939e1b90282a5fbe89fa65d1cd505 (patch)
tree8a194a527a6383476f3c2a6d46e9d4f7c7602375 /src/H5public.h
parent7eb9f621767ab1f389fbfc151cd4123bc93ac01c (diff)
downloadhdf5-97a42559343939e1b90282a5fbe89fa65d1cd505.zip
hdf5-97a42559343939e1b90282a5fbe89fa65d1cd505.tar.gz
hdf5-97a42559343939e1b90282a5fbe89fa65d1cd505.tar.bz2
[svn-r5137] Description:
Changed version from 1.4.3 to 1.4.4 because the added error message classes made the internal structures no longer compatible with the v1.4.3 library. Platforms tested: Eirene parallel.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 37bb0a2..4bed286 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 3 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "post1" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.3-post1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.4-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)