diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-24 20:36:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-24 20:36:29 (GMT) |
commit | 891fc014f7c37128f9bffbb45baf1c4773f5bff5 (patch) | |
tree | b8c58c560be23f8a3f46d2e5a22fbcc9aab33129 /src/H5public.h | |
parent | a2ffe933e6f966179236198a8357ba68dbfc34e1 (diff) | |
download | hdf5-891fc014f7c37128f9bffbb45baf1c4773f5bff5.zip hdf5-891fc014f7c37128f9bffbb45baf1c4773f5bff5.tar.gz hdf5-891fc014f7c37128f9bffbb45baf1c4773f5bff5.tar.bz2 |
[svn-r7099]
Purpose: Maintenance
Description: Bumped the version number to 1.5.62 after creating
a tar ball for the fourth round of testing.
Solution: run bin/h5vers -s scipt on arabica
Platforms tested: N/A
Misc. update:
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 40b6bfd..8e3876d 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 61 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 62 /* 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.61" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.62" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |