diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-20 13:44:58 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-20 13:44:58 (GMT) |
commit | 01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd (patch) | |
tree | 16202382fd6b4fd15db8d521462426b9aec902cc /src | |
parent | e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3 (diff) | |
download | hdf5-01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd.zip hdf5-01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd.tar.gz hdf5-01f6493cd0b3b151c3cdc8f005c6fccacb58d7dd.tar.bz2 |
[svn-r6905]
Purpose: Maintenance for the second round of testing
Description: Used bin/h5vers to change version number to 1.5.55
Solution:
Platforms tested: arabica
Misc. update:
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 9b03cf7..75646ac 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 54 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 55 /* 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.54" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.55" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |