diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-09-20 20:39:31 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-09-20 20:39:31 (GMT) |
commit | 1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6 (patch) | |
tree | a9bdbb4c2350a82806aa801bcc86982a32aff9d9 /src | |
parent | b48686febd832aefbc44274bff9e0408bbc84aa0 (diff) | |
parent | f03758613a6ec83e5ddd664590d162ccc888f13e (diff) | |
download | hdf5-1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6.zip hdf5-1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6.tar.gz hdf5-1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
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 a4c80cd..c247e57 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -93,10 +93,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 11 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 3 /* 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.11.2" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.11.3" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |