diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-07-30 19:55:28 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-07-30 19:55:28 (GMT) |
commit | 2a4c252386787403a66772ba60c0b99c0b407419 (patch) | |
tree | 28b408492cac3c4f3258f6a3411389d30c97db19 /src/H5public.h | |
parent | aa3904cc76861c08538993c8a146482e9f2a4e9e (diff) | |
download | hdf5-2a4c252386787403a66772ba60c0b99c0b407419.zip hdf5-2a4c252386787403a66772ba60c0b99c0b407419.tar.gz hdf5-2a4c252386787403a66772ba60c0b99c0b407419.tar.bz2 |
[svn-r14025] Maintenance: Changed version number to 1.8.0-beta3, put warning into INSTALL file for the 1.8.0-beta* releaseshdf5-1_8_0-beta3
Tested: Release tar ball is available on the frp server, It was tested on kagiso with the PGI compilers.
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 85a9d8b..d9755c7 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -72,9 +72,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 "beta2post1" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "beta3" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta2post1" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-beta3" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |