diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-20 17:36:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-07-20 17:36:47 (GMT) |
commit | bcbf482347a633b07af9eb19ddaccf2bdfccdfa6 (patch) | |
tree | e3aff85e09b3a3327dfb8bd14d370d4bd2f30c10 /src | |
parent | de3a870bcd4953a3654b3e9dc92edab86fe858cd (diff) | |
download | hdf5-bcbf482347a633b07af9eb19ddaccf2bdfccdfa6.zip hdf5-bcbf482347a633b07af9eb19ddaccf2bdfccdfa6.tar.gz hdf5-bcbf482347a633b07af9eb19ddaccf2bdfccdfa6.tar.bz2 |
[svn-r19111] Description:
Bump the alpha release number for the revise_chunks branch, after
distributing private snapshot.
Tested on:
N/A - only changes from 'bin/h5vers -i'
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 0ff480f..361906a 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 75 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "FA_a4" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "FA_a5" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.9.75-FA_a4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.75-FA_a5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |