diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-05-03 11:54:14 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-05-03 11:54:14 (GMT) |
commit | f69ae67faa5fd78196f5afd417090c7440781687 (patch) | |
tree | 003431bfffa2933c4c41986d079c7fe538bc8577 /src/H5public.h | |
parent | 774b4724b1771e31f2df99fad83e9a4a04a28ecb (diff) | |
download | hdf5-f69ae67faa5fd78196f5afd417090c7440781687.zip hdf5-f69ae67faa5fd78196f5afd417090c7440781687.tar.gz hdf5-f69ae67faa5fd78196f5afd417090c7440781687.tar.bz2 |
[svn-r6793] Snapshot version 1.5 release 52
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 3ca1324..1b0b41c 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 52 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 53 /* 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.52" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.53" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |