diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-12 14:27:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-12 14:27:56 (GMT) |
commit | ae1a09771cdc982e42bfde271b35a386e99a5ad8 (patch) | |
tree | 2fef8e3056016e47216d1a6a438b6a43fd6e2f0d /src | |
parent | 531a1e64b20c871ddad290f8c667dc790071d6f0 (diff) | |
download | hdf5-ae1a09771cdc982e42bfde271b35a386e99a5ad8.zip hdf5-ae1a09771cdc982e42bfde271b35a386e99a5ad8.tar.gz hdf5-ae1a09771cdc982e42bfde271b35a386e99a5ad8.tar.bz2 |
[svn-r19770] Correct comment about VS defines and next release
Diffstat (limited to 'src')
-rw-r--r-- | src/H5api_adpt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5api_adpt.h b/src/H5api_adpt.h index dbd8d94..1bfb3bd 100644 --- a/src/H5api_adpt.h +++ b/src/H5api_adpt.h @@ -284,7 +284,7 @@ #else /* This is the original HDFGroup defined preprocessor code which should still work * with the VS projects that are maintained by "The HDF Group" - * This will be removed after the next release. + * The Visual Studio project files will not be supported in the next major release of 1.10. */ #if defined(_WIN32) |