diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-10-18 01:28:19 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-10-18 01:28:19 (GMT) |
commit | 5d727f0acde67a5e43b31b1fd3d33f8552b59e2a (patch) | |
tree | 0031b79dffc36ba830a50db2744cd6a3cf80fde4 /vms | |
parent | 75f03b2ca6945365417e4ee308197c00fdbcb5c6 (diff) | |
download | hdf5-5d727f0acde67a5e43b31b1fd3d33f8552b59e2a.zip hdf5-5d727f0acde67a5e43b31b1fd3d33f8552b59e2a.tar.gz hdf5-5d727f0acde67a5e43b31b1fd3d33f8552b59e2a.tar.bz2 |
[svn-r24327] Changed the version subrelease string to "swmr_chksum0" so that this
branch can be identified with this unique string.
Tested: Koala passed.
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 d32692d..35584fe 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -511,7 +511,7 @@ #define H5_PACKAGE_NAME "HDF5" /* Define to the full name and version of this package. */ -#define H5_PACKAGE_STRING "HDF5 1.9.164-FA_a5" +#define H5_PACKAGE_STRING "HDF5 1.9.164-swmr_chksum0" /* Define to the one symbol short name of this package. */ #define H5_PACKAGE_TARNAME "hdf5" @@ -520,7 +520,7 @@ #define H5_PACKAGE_URL "" /* Define to the version of this package. */ -#define H5_PACKAGE_VERSION "1.9.164-FA_a5" +#define H5_PACKAGE_VERSION "1.9.164-swmr_chksum0" /* Width for printf() for type `long long' or `__int64', use `ll' */ #define H5_PRINTF_LL_WIDTH "ll" @@ -683,7 +683,7 @@ /* #undef H5_USING_MEMCHECKER */ /* Version number of package */ -#define H5_VERSION "1.9.164-FA_a5" +#define H5_VERSION "1.9.164-swmr_chksum0" /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ |