Skip to content

Commit 7c06dd2

Browse files
authored
Bump WEEK_12 to v1.4.2, WEEK_4 to 1.7.3 (#2596)
WEEK_4: v1.7.3 2024-09-23 28 days ago WEEK_12: v1.4.2 2024-07-25 88 days ago [get_compatibility_versions.py](https://gist.github.com/apivovarov/e5f949983feff1fc378d93f3008a9900) BTW, WEEK_12 will be v1.5.0 in 3 days on Oct 24
1 parent 7ce6c1c commit 7c06dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stablehlo/dialect/Version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Version Version::fromCompatibilityRequirement(
8383
case CompatibilityRequirement::NONE:
8484
return Version::getCurrentVersion();
8585
case CompatibilityRequirement::WEEK_4:
86-
return Version(1, 7, 1); // v1.7.1 - Sept 09, 2024
86+
return Version(1, 7, 3); // v1.7.3 - Sept 23, 2024
8787
case CompatibilityRequirement::WEEK_12:
88-
return Version(1, 4, 1); // v1.4.1 - Jul 22, 2024
88+
return Version(1, 4, 2); // v1.4.2 - Jul 25, 2024
8989
case CompatibilityRequirement::MAX:
9090
return Version::getMinimumVersion();
9191
}

0 commit comments

Comments
 (0)