diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-12-30 16:18:08 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-12-30 16:18:08 (GMT) |
commit | 72e8ef707bf3b84966627c8c5e51b33f8a25f230 (patch) | |
tree | a15c0dd85997bfc036af7b076a73a8bb02d09143 /vms | |
parent | 8d5525df85df45f8e9506c05f722b7d90ac61a0a (diff) | |
download | hdf5-72e8ef707bf3b84966627c8c5e51b33f8a25f230.zip hdf5-72e8ef707bf3b84966627c8c5e51b33f8a25f230.tar.gz hdf5-72e8ef707bf3b84966627c8c5e51b33f8a25f230.tar.bz2 |
[svn-r23121] Snapshot version 1.9 release 138
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 daa936d..5b9cc42 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.138" +#define H5_PACKAGE_STRING "HDF5 1.9.139" /* 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.138" +#define H5_PACKAGE_VERSION "1.9.139" /* 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.138" +#define H5_VERSION "1.9.139" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |