diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-02-11 19:09:52 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-02-11 19:09:52 (GMT) |
commit | 349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da (patch) | |
tree | 37aeff23e26e1a7e900d4a1fe6129f5821d9da82 /src | |
parent | 6c2c7af53af7e7c644dfb20a964e443368806282 (diff) | |
download | hdf5-349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da.zip hdf5-349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da.tar.gz hdf5-349702f97d852c5bbde3f3cc5b9c3bdc2d5b15da.tar.bz2 |
[svn-r14547] Maintenance: Changed version number to 1.9.0 as we agreed on the HDF5 developers meeting
on February 8, 2008; modified docs files to point to the documentation snapshots.
Diffstat (limited to 'src')
-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 16e7ab3..47f5e69 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 9 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap0" /* 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.9.0-snap0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |