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 /vms | |
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 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 54968d3..67f8ff0 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -456,13 +456,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 "ll" @@ -615,7 +615,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 */ |