diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-06-06 14:45:55 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-06-06 14:45:55 (GMT) |
commit | 6953bd708249f92a544520d880ab627f25a1a1d5 (patch) | |
tree | 60ae5c6082d97fc3057e40492ab070930e0f9dd5 /src/H5public.h | |
parent | 0ce626c1cf872391a2a2055f70e7c8072c4f1758 (diff) | |
download | hdf5-6953bd708249f92a544520d880ab627f25a1a1d5.zip hdf5-6953bd708249f92a544520d880ab627f25a1a1d5.tar.gz hdf5-6953bd708249f92a544520d880ab627f25a1a1d5.tar.bz2 |
[svn-r6986] Snapshot version 1.5 release 56
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 8e6002a..44a4962 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -75,10 +75,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 5 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 56 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 57 /* 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.5.56" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.57" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |