From 3a2ea401c5b1ccea487cb0f09a51d5b269cf2a5f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 1 Aug 2001 16:54:00 -0500 Subject: [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 --- src/H5public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12