diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-05-04 15:11:23 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-05-04 15:11:23 (GMT) |
commit | 4ffc0b6acb36064e91a1afeb6eceee704e5af7f2 (patch) | |
tree | 802bdfedc9b51bb72d2ce97acb4bd8641a22f8e7 /src | |
parent | de44d9e363bbf389219a0b38520654dff00bca73 (diff) | |
download | hdf5-4ffc0b6acb36064e91a1afeb6eceee704e5af7f2.zip hdf5-4ffc0b6acb36064e91a1afeb6eceee704e5af7f2.tar.gz hdf5-4ffc0b6acb36064e91a1afeb6eceee704e5af7f2.tar.bz2 |
[svn-r16917] Maintenance: Changed suffix in the version number to snap0.
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 2b4c87f..31a707e 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 "post0" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.3-post0" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.3-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |