diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2009-01-25 21:40:52 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2009-01-25 21:40:52 (GMT) |
commit | 0a9e0279b698c68bf26ea5fcd223b00572720650 (patch) | |
tree | dd145a2850a7dd5bfd1568af9c36c10c1a144795 /src/H5public.h | |
parent | f6d689ac18fa2a1178ce64be39ba112e6566091e (diff) | |
download | hdf5-0a9e0279b698c68bf26ea5fcd223b00572720650.zip hdf5-0a9e0279b698c68bf26ea5fcd223b00572720650.tar.gz hdf5-0a9e0279b698c68bf26ea5fcd223b00572720650.tar.bz2 |
[svn-r16346] Snapshot version 1.8 release 2 (post4)
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 d927cc8..b936147 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 2 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "post4" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "post5" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.2-post4" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.2-post5" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |