diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-02-22 20:56:03 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-02-22 20:56:03 (GMT) |
commit | 7147e870898ff1e279273c545d8b94cac5437470 (patch) | |
tree | 96966b31e3ef0fd2d3d322ec3e0c010f8f1d311e /src/H5public.h | |
parent | e51e5cea3f3a6d412202f39b2834901ee375caa1 (diff) | |
download | hdf5-7147e870898ff1e279273c545d8b94cac5437470.zip hdf5-7147e870898ff1e279273c545d8b94cac5437470.tar.gz hdf5-7147e870898ff1e279273c545d8b94cac5437470.tar.bz2 |
[svn-r18307] Snapshot version 1.8 release 4 (snap13)
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 0b6ad5b..8f152da 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -72,9 +72,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 4 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "snap13" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap14" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.4-snap13" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.4-snap14" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |