diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-08 19:14:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-05-08 19:14:29 (GMT) |
commit | df446a46d56005115a5e8c5a2bf7dc882f9cf996 (patch) | |
tree | 303ab6672fec55c41a732208d771a00eecee9fad /src/H5public.h | |
parent | 4d9ea22570af3b919eba33f96182babdfed2cc08 (diff) | |
download | hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.zip hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.tar.gz hdf5-df446a46d56005115a5e8c5a2bf7dc882f9cf996.tar.bz2 |
[svn-r6835]
Purpose: Maintenance
Description: I changed release version to 1.5.54.
Email about tetsing of 1.5.53 will be send after this checkins.
Solution: used bin/h5vers -s to change the version number
Platforms tested: Done on arabica
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 1b0b41c..9b03cf7 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 53 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 54 /* 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.53" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.5.54" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |