diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-05-22 14:06:16 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-05-22 14:06:16 (GMT) |
commit | 1440f1cd87522330ed5bff30d546cacc05adf18e (patch) | |
tree | 2e94832810f953d4321cb818ff95f55f6e2ae274 /vms | |
parent | bce79181a88b6b780f1d93ff5564f48f8d9d83cc (diff) | |
parent | 0cbde329bd1dcf82c909f16bf49929a437c608a2 (diff) | |
download | hdf5-1440f1cd87522330ed5bff30d546cacc05adf18e.zip hdf5-1440f1cd87522330ed5bff30d546cacc05adf18e.tar.gz hdf5-1440f1cd87522330ed5bff30d546cacc05adf18e.tar.bz2 |
[svn-r22389] merge from trunk
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 cf19f25..f602a7c 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -505,7 +505,7 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.118" +#define H5_PACKAGE_STRING "HDF5 1.9.119" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" @@ -514,7 +514,7 @@ #define H5_PACKAGE_URL "" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.118" +#define H5_PACKAGE_VERSION "1.9.119" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "ll" @@ -677,7 +677,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.118" +#define H5_VERSION "1.9.119" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |