diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-21 13:29:15 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-21 13:29:15 (GMT) |
commit | c1219b534b2ad6b84c62d409a9ebf598410ebda5 (patch) | |
tree | 4e8dde515118c8ec48b4fedf4ae671a60028ed81 /src/H5public.h | |
parent | ce5e8b2a3961f5c429d7c25aaf68e85081a69bd0 (diff) | |
download | hdf5-c1219b534b2ad6b84c62d409a9ebf598410ebda5.zip hdf5-c1219b534b2ad6b84c62d409a9ebf598410ebda5.tar.gz hdf5-c1219b534b2ad6b84c62d409a9ebf598410ebda5.tar.bz2 |
[svn-r17709] Maintenance: Changed version number to 1.8.4-snap0
Updated RELEASE.txt and HISTORY.txt file accordingly.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h index 732a06f..9f917ca 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -71,10 +71,10 @@ extern "C" { /* Version numbers */ #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 "snap14" /* For pre-releases like snap0 */ +#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */ +#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-snap14" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.4-snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |