From 0b232041269a19d398f24faa7d1f6fd31cd973d0 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Mon, 18 Feb 2002 17:51:56 -0500 Subject: [svn-r4992] Purpose: Maintenance for hdf5-1.4.3-post* Description: Modified subversion string and full version strings for hdf5-1.4.3-post0 Tested: Solaris 2.7 (arabica) --- src/H5public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5public.h b/src/H5public.h index 5028224..160f3d0 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 "" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.4.3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.4.3-post0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12