diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-03-07 15:05:24 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-03-07 15:05:24 (GMT) |
commit | c7b3e19329bb9f417b397d945c20b27c56a7420f (patch) | |
tree | c362eeafee075a301b449d0f93a42eeff0457b17 /windows | |
parent | a318d2846c5e6f5cef635c8aa1e54d004aa33ff7 (diff) | |
parent | 5ee3764068f93cab6ab9518a8b0ff64ee5d62178 (diff) | |
download | hdf5-c7b3e19329bb9f417b397d945c20b27c56a7420f.zip hdf5-c7b3e19329bb9f417b397d945c20b27c56a7420f.tar.gz hdf5-c7b3e19329bb9f417b397d945c20b27c56a7420f.tar.bz2 |
[svn-r22034] merge from trunk r 22032
Diffstat (limited to 'windows')
-rw-r--r-- | windows/src/H5pubconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 35987c6..ee9f18c 100644 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -530,7 +530,7 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.107" +#define H5_PACKAGE_STRING "HDF5 1.9.110" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" @@ -539,7 +539,7 @@ #define H5_PACKAGE_URL "" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.107" +#define H5_PACKAGE_VERSION "1.9.110" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "I64" @@ -710,7 +710,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.107" +#define H5_VERSION "1.9.110" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |