diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2014-12-28 11:03:37 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2014-12-28 11:03:37 (GMT) |
commit | b7047b64254183b0ad75e5812737d09ecaa95e68 (patch) | |
tree | 08ea60a002ffdb884d50601fe5222a573ccfbb5a /vms | |
parent | fc8767cf82b818a8165cc66b4e064eb806fa9f47 (diff) | |
download | hdf5-b7047b64254183b0ad75e5812737d09ecaa95e68.zip hdf5-b7047b64254183b0ad75e5812737d09ecaa95e68.tar.gz hdf5-b7047b64254183b0ad75e5812737d09ecaa95e68.tar.bz2 |
[svn-r25924] Snapshot version 1.9 release 208
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 f9bd33a..a921f67 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.208" +#define H5_PACKAGE_STRING "HDF5 1.9.209" /* 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.208" +#define H5_PACKAGE_VERSION "1.9.209" /* 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.208" +#define H5_VERSION "1.9.209" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |