diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2021-07-13 18:20:07 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2021-10-27 19:17:23 (GMT) |
commit | 3c3698b0e47277db2721cd78e499f4b4a22f7e00 (patch) | |
tree | 1fe75dffd2a900052835d2bd220f6ee233d9869f /Source/cmFileAPI.cxx | |
parent | 8a09723bffe41989c49991e1e98c4e33543c6307 (diff) | |
download | CMake-3c3698b0e47277db2721cd78e499f4b4a22f7e00.zip CMake-3c3698b0e47277db2721cd78e499f4b4a22f7e00.tar.gz CMake-3c3698b0e47277db2721cd78e499f4b4a22f7e00.tar.bz2 |
FileAPI: Add information on file set installers
Diffstat (limited to 'Source/cmFileAPI.cxx')
-rw-r--r-- | Source/cmFileAPI.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFileAPI.cxx b/Source/cmFileAPI.cxx index d529f52..c1df992 100644 --- a/Source/cmFileAPI.cxx +++ b/Source/cmFileAPI.cxx @@ -686,7 +686,8 @@ std::string cmFileAPI::NoSupportedVersion( // The "codemodel" object kind. -static unsigned int const CodeModelV2Minor = 3; +// Update Help/manual/cmake-file-api.7.rst when updating this constant. +static unsigned int const CodeModelV2Minor = 4; void cmFileAPI::BuildClientRequestCodeModel( ClientRequest& r, std::vector<RequestVersion> const& versions) |