summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-05-11 14:16:53 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-05-11 14:16:53 (GMT)
commit87456c1137f27203be42691b839ee1c0d72e7d93 (patch)
tree36c99752fde59f3d599f037b2f3d4d6611ab6d01 /src
parent46eebaa438b0b79673d77d40cc5dc5c6e0cfd6de (diff)
downloadhdf5-87456c1137f27203be42691b839ee1c0d72e7d93.zip
hdf5-87456c1137f27203be42691b839ee1c0d72e7d93.tar.gz
hdf5-87456c1137f27203be42691b839ee1c0d72e7d93.tar.bz2
[svn-r3912] Purpose:
Cosmetic adjustment Description: Changed Version information from just "HDF5 version ..." to "HDF5 library version" since this is really about a library implementation. Platforms tested: eirene (used "h5vers -s ..." to see the effect.)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index ae78cbb..8ef5b99 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -63,7 +63,7 @@
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "post2" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "hdf5 version: 1.4.1-post2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.1-post2" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)