Skip to content

Commit

Permalink
Bump WEEK_12 to v1.4.2, WEEK_4 to 1.7.3 (#2596)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
apivovarov authored Oct 24, 2024
1 parent 7ce6c1c commit 7c06dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stablehlo/dialect/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Version Version::fromCompatibilityRequirement(
case CompatibilityRequirement::NONE:
return Version::getCurrentVersion();
case CompatibilityRequirement::WEEK_4:
return Version(1, 7, 1); // v1.7.1 - Sept 09, 2024
return Version(1, 7, 3); // v1.7.3 - Sept 23, 2024
case CompatibilityRequirement::WEEK_12:
return Version(1, 4, 1); // v1.4.1 - Jul 22, 2024
return Version(1, 4, 2); // v1.4.2 - Jul 25, 2024
case CompatibilityRequirement::MAX:
return Version::getMinimumVersion();
}
Expand Down

0 comments on commit 7c06dd2

Please sign in to comment.