diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-02-08 23:30:46 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-02-08 23:30:46 (GMT) |
commit | eb871677ba3908c9aeaf0ba921f344fd5ea6388b (patch) | |
tree | 4b83178dbda7a84b850901d382ac5e97a06163a9 /src | |
parent | cc37c97f8c9929ee2c9dae1c68111b91fbbf27e3 (diff) | |
download | hdf5-eb871677ba3908c9aeaf0ba921f344fd5ea6388b.zip hdf5-eb871677ba3908c9aeaf0ba921f344fd5ea6388b.tar.gz hdf5-eb871677ba3908c9aeaf0ba921f344fd5ea6388b.tar.bz2 |
[svn-r26147] Snapshot version 1.8 release 15 (snap9)
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 13030c0..866e0a0 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 "snap9" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap10" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap9" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap10" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |