diff options
author | Jacob Gruber <gruber1@hdfgroup.org> | 2012-02-23 22:47:14 (GMT) |
---|---|---|
committer | Jacob Gruber <gruber1@hdfgroup.org> | 2012-02-23 22:47:14 (GMT) |
commit | 1dfe7e0483a05d4065cc264f36eec54026d3c595 (patch) | |
tree | 0e7ed78f5b8065f38b7e5a61c19cedb3364921bc /windows | |
parent | b843341c4d8b5f17ff13b31b80ddd3ee7626655b (diff) | |
parent | 0b4463911f951713d00b9c82f98773f147b6c73b (diff) | |
download | hdf5-1dfe7e0483a05d4065cc264f36eec54026d3c595.zip hdf5-1dfe7e0483a05d4065cc264f36eec54026d3c595.tar.gz hdf5-1dfe7e0483a05d4065cc264f36eec54026d3c595.tar.bz2 |
[svn-r21977] Merged with trunk revision 21976.
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 5794d6c..6054e42 100644 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -527,7 +527,7 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.106" +#define H5_PACKAGE_STRING "HDF5 1.9.109" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" @@ -536,7 +536,7 @@ #define H5_PACKAGE_URL "" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.106" +#define H5_PACKAGE_VERSION "1.9.109" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "I64" @@ -707,7 +707,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.106" +#define H5_VERSION "1.9.109" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |