diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-01-03 12:39:26 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-01-03 12:39:26 (GMT) |
commit | a65f27f30f77692bac144bca22a2c45cb03c2532 (patch) | |
tree | 3a08e75506780e39122fc5ba275ef991955a6daa /src/H5public.h | |
parent | ac5945b412d3f7d8453f46cdd3da6ec45f18c3df (diff) | |
download | hdf5-a65f27f30f77692bac144bca22a2c45cb03c2532.zip hdf5-a65f27f30f77692bac144bca22a2c45cb03c2532.tar.gz hdf5-a65f27f30f77692bac144bca22a2c45cb03c2532.tar.bz2 |
[svn-r18059] Snapshot
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 eb2f681..b77e400 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -71,10 +71,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 9 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 56 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 57 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.9.56" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.57" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |