diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2014-12-07 23:18:54 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2014-12-07 23:18:54 (GMT) |
commit | 66c863dbd3bb3fdf89a41f39d2e19a51be237621 (patch) | |
tree | b3b9d93886db5dd18a28667a6766d4a8931234f3 /src/H5public.h | |
parent | a87384a2a6df3bb247a9de0981575cc53a647c13 (diff) | |
download | hdf5-66c863dbd3bb3fdf89a41f39d2e19a51be237621.zip hdf5-66c863dbd3bb3fdf89a41f39d2e19a51be237621.tar.gz hdf5-66c863dbd3bb3fdf89a41f39d2e19a51be237621.tar.bz2 |
[svn-r25866] Snapshot version 1.8 release 15 (snap1)
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 f8afb3b..4aa8941 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 15 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap2" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap1" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap2" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |