diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2008-12-22 00:28:58 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2008-12-22 00:28:58 (GMT) |
commit | 1b42d702942d0901ce3eaccdac5314f1ac663435 (patch) | |
tree | fed0ace6c3af70ef9ccad9eeba0bd00d3da65263 /vms/src | |
parent | 52b7b7d462a4b37af79ec19994e7d25a34dae461 (diff) | |
download | hdf5-1b42d702942d0901ce3eaccdac5314f1ac663435.zip hdf5-1b42d702942d0901ce3eaccdac5314f1ac663435.tar.gz hdf5-1b42d702942d0901ce3eaccdac5314f1ac663435.tar.bz2 |
[svn-r16211] Snapshot version 1.8 release 2 (post1)
Diffstat (limited to 'vms/src')
-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 f66add1..54968d3 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-post1" +#define H5_PACKAGE_STRING "HDF5 1.8.2-post2" /* 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-post1" +#define H5_PACKAGE_VERSION "1.8.2-post2" /* 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-post1" +#define H5_VERSION "1.8.2-post2" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |