diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2015-02-01 11:03:18 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2015-02-01 11:03:18 (GMT) |
commit | 67f41bf9f80499f1e1f6dc8e27a599ba0a4b9ef3 (patch) | |
tree | 782377c414a5feaa31b7282b892590efcb0a8512 /vms/src | |
parent | a9cf3b658b922d1ccc9bc3478609c67ec7535013 (diff) | |
download | hdf5-67f41bf9f80499f1e1f6dc8e27a599ba0a4b9ef3.zip hdf5-67f41bf9f80499f1e1f6dc8e27a599ba0a4b9ef3.tar.gz hdf5-67f41bf9f80499f1e1f6dc8e27a599ba0a4b9ef3.tar.bz2 |
[svn-r26092] Snapshot version 1.9 release 212
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 67f0443..f58f7ca 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -501,7 +501,7 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.212" +#define H5_PACKAGE_STRING "HDF5 1.9.213" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" @@ -510,7 +510,7 @@ #define H5_PACKAGE_URL "" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.212" +#define H5_PACKAGE_VERSION "1.9.213" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "ll" @@ -673,7 +673,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.212" +#define H5_VERSION "1.9.213" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |