diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2008-12-28 21:57:28 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2008-12-28 21:57:28 (GMT) |
commit | 972a1f1003c50c017f5d229841e34e1564f5a87d (patch) | |
tree | 066e987c1700934af2cd1454a6179afc9927a256 /windows | |
parent | 2a6e4d4e430b56eaa041619472f1ee0e7c0e732f (diff) | |
download | hdf5-972a1f1003c50c017f5d229841e34e1564f5a87d.zip hdf5-972a1f1003c50c017f5d229841e34e1564f5a87d.tar.gz hdf5-972a1f1003c50c017f5d229841e34e1564f5a87d.tar.bz2 |
[svn-r16221] Snapshot version 1.8 release 2 (post2)
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/src/H5pubconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 10f1d75..f811b55 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -472,13 +472,13 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.8.2-post2" +#define H5_PACKAGE_STRING "HDF5 1.8.2-post3" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.8.2-post2" +#define H5_PACKAGE_VERSION "1.8.2-post3" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "I64" @@ -635,7 +635,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.8.2-post2" +#define H5_VERSION "1.8.2-post3" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |