diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-16 23:20:39 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-10-16 23:20:39 (GMT) |
commit | e81dbea8e638dad2559f0485c484e50f1e62ecb5 (patch) | |
tree | 0636eb9ee5f0435d3e26e340ab84cc0b3ec06460 /src/H5public.h | |
parent | 9825a2f52b32dfd44a028ea24888a7fa1f9916aa (diff) | |
download | hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.zip hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.tar.gz hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.tar.bz2 |
[svn-r24310] Bring revision #24293 from revise_chunks.
h5committested.
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 5087a8c..eab0a7b 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -75,10 +75,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 162 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 164 /* For tweaks, bug-fixes, or development */ #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.162-FA_a5" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.164-FA_a5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |