summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-08-01 21:54:00 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-08-01 21:54:00 (GMT)
commit3a2ea401c5b1ccea487cb0f09a51d5b269cf2a5f (patch)
tree49ce85fdb35c5f3ea2d1357efb53fb50541c7bc0 /src
parent90ab7aaaff53cd3ec87bf578e9c562f88219a965 (diff)
downloadhdf5-3a2ea401c5b1ccea487cb0f09a51d5b269cf2a5f.zip
hdf5-3a2ea401c5b1ccea487cb0f09a51d5b269cf2a5f.tar.gz
hdf5-3a2ea401c5b1ccea487cb0f09a51d5b269cf2a5f.tar.bz2
[svn-r4296]
Purpose: Bug Fix Description: The version checking was messing up because -post0 wasn't appended to the version string. Solution: Added the "-post0" to the end of the version string. Platforms tested: Linux
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 2f209a8..c5a9d8c 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -63,7 +63,7 @@
#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "post0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.2-post0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)