diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-03-15 11:08:23 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-03-15 11:08:23 (GMT) |
commit | ead7273c2c88577cf0a52416df654e12da01b7b0 (patch) | |
tree | 3cfa0539c7489bae0278f8e72a32418360d75fa5 /src/H5public.h | |
parent | 3b90bca5610a4d31f3a3b10c08b77d11ed36c457 (diff) | |
download | hdf5-ead7273c2c88577cf0a52416df654e12da01b7b0.zip hdf5-ead7273c2c88577cf0a52416df654e12da01b7b0.tar.gz hdf5-ead7273c2c88577cf0a52416df654e12da01b7b0.tar.bz2 |
[svn-r26459] Snapshot version 1.9 release 215
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 0e866be..7bacb3d 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -94,10 +94,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 215 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 216 /* For tweaks, bug-fixes, or development */ #define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.9.215" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.9.216" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |