diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-05-04 14:45:37 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-05-04 14:45:37 (GMT) |
commit | de44d9e363bbf389219a0b38520654dff00bca73 (patch) | |
tree | d156acad3956da888fcc2eb1a49b8daf97dde5f4 /src/H5public.h | |
parent | e0e4a816e6273440d71732330f711a1e25c6bcfb (diff) | |
download | hdf5-de44d9e363bbf389219a0b38520654dff00bca73.zip hdf5-de44d9e363bbf389219a0b38520654dff00bca73.tar.gz hdf5-de44d9e363bbf389219a0b38520654dff00bca73.tar.bz2 |
[svn-r16916] Maintenance: Updated HISTORY-1_8.txt and RELEASE.txt files and
changed version to 1.8.0-post0.
Branch is open for check-ins now.
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 fe3d0ce..2b4c87f 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -72,9 +72,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.3" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.3-post0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |