diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2013-05-19 08:39:09 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2013-05-19 08:39:09 (GMT) |
commit | c09748b14e9d0d2a099dab8fbba6002fd5281537 (patch) | |
tree | 896d5724838a326ac74ae72eda608886a6a11ffc /vms/src | |
parent | b0235a2610b4ce744153f4d16a21dc5cd88d7616 (diff) | |
download | hdf5-c09748b14e9d0d2a099dab8fbba6002fd5281537.zip hdf5-c09748b14e9d0d2a099dab8fbba6002fd5281537.tar.gz hdf5-c09748b14e9d0d2a099dab8fbba6002fd5281537.tar.bz2 |
[svn-r23708] Snapshot version 1.9 release 151
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 b45125f..50ee0b3 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -502,7 +502,7 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.151" +#define H5_PACKAGE_STRING "HDF5 1.9.152" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" @@ -511,7 +511,7 @@ #define H5_PACKAGE_URL "" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.151" +#define H5_PACKAGE_VERSION "1.9.152" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "ll" @@ -674,7 +674,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.151" +#define H5_VERSION "1.9.152" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |