We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619c326 commit 6b79a2eCopy full SHA for 6b79a2e
stablehlo/dialect/Version.cpp
@@ -83,9 +83,9 @@ Version Version::fromCompatibilityRequirement(
83
case CompatibilityRequirement::NONE:
84
return Version::getCurrentVersion();
85
case CompatibilityRequirement::WEEK_4:
86
- return Version(1, 7, 5); // WEEK_4 ANCHOR: DO NOT MODIFY
+ return Version(1, 7, 7); // WEEK_4 ANCHOR: DO NOT MODIFY
87
case CompatibilityRequirement::WEEK_12:
88
- return Version(1, 5, 0); // WEEK_12 ANCHOR: DO NOT MODIFY
+ return Version(1, 6, 0); // WEEK_12 ANCHOR: DO NOT MODIFY
89
case CompatibilityRequirement::MAX:
90
return Version::getMinimumVersion();
91
}
0 commit comments