From dd12a76f8178a716dcbb7c62591edd148bb674a6 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 12 Feb 2002 16:54:41 -0500 Subject: [svn-r4945] Purpose: Maintenance for the hdf5-1.4.3 release Description: Modified full version string and subrelease string for 1.4.3 release. Platforms tested: SP3 and True64 --- src/H5public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5public.h b/src/H5public.h index e937d50..5028224 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -61,9 +61,9 @@ #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 "snap12" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.3-snap12" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.3" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12