diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-06-25 22:11:24 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-06-25 22:11:24 (GMT) |
commit | 3854a37d83ca11b33fe404164b2aea38a7160304 (patch) | |
tree | dc2e6fe93a6621e61bc50be7edaf4d0bb3e538c7 /src/H5public.h | |
parent | 69fa076b7ebf541ccca150a8d701e7c597d6ee20 (diff) | |
download | hdf5-3854a37d83ca11b33fe404164b2aea38a7160304.zip hdf5-3854a37d83ca11b33fe404164b2aea38a7160304.tar.gz hdf5-3854a37d83ca11b33fe404164b2aea38a7160304.tar.bz2 |
[svn-r13909] Mainetnance before createing beta2 tar ballhdf5-1_8_0-beta2
Changed version number to 1.8.0-beta2
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index 3735bd4..fb40de1 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -69,9 +69,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "beta2pre2" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "beta2" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta2pre2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta2" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |