diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2014-08-24 22:56:55 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2014-08-24 22:56:55 (GMT) |
commit | 584c42ad94cf539caa9ddb66a1c8c6af56835b25 (patch) | |
tree | 055b0eded378167f491c35b5667b720f355276e4 /src | |
parent | 91aab9734658ab0e7fc490d578d7945262281e48 (diff) | |
download | hdf5-584c42ad94cf539caa9ddb66a1c8c6af56835b25.zip hdf5-584c42ad94cf539caa9ddb66a1c8c6af56835b25.tar.gz hdf5-584c42ad94cf539caa9ddb66a1c8c6af56835b25.tar.bz2 |
[svn-r25547] Snapshot version 1.8 release 14 (snap12)
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 56acd01..d1e78ef 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -95,9 +95,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 14 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap12" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap13" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.14-snap12" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.14-snap13" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |