CPS: Fix export version

Commit a5b38fb898 (CPS: Implement exporting of file sets, 2026-06-29)
added support for exporting file sets, but neglected to bump the CPS
version to the schema version that added file sets. While it happens
that this is somewhat fortuitous, since prior to the previous commit,
this would have resulted in writing CPS files that we couldn't read, it
still needs to be fixed.
This commit is contained in:
Matthew Woehlke
2026-07-09 11:10:31 -04:00
parent 9fb5f0fb5b
commit 232f9473c7

View File

@@ -34,7 +34,7 @@
#include "cmTarget.h"
#include "cmTargetTypes.h"
static std::string const kCPS_VERSION_STR = "0.14.1";
static std::string const kCPS_VERSION_STR = "0.15.0";
cmExportPackageInfoGenerator::cmExportPackageInfoGenerator(
cmPackageInfoArguments arguments)