Skip to content

Commit

Permalink
Bump 4w and 12w version numberst push
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Sep 13, 2024
1 parent 7e89e4c commit 29f3a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stablehlo/dialect/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ Version Version::fromCompatibilityRequirement(
case CompatibilityRequirement::NONE:
return Version::getCurrentVersion();
case CompatibilityRequirement::WEEK_4:
return Version(1, 3, 0); // v1.3.0 - Jul 15, 2024
return Version(1, 5, 0); // v1.3.0 - Aug 1, 2024
case CompatibilityRequirement::WEEK_12:
return Version(1, 0, 0); // v1.0.0 - May 14, 2024
return Version(1, 1, 0); // v1.1.0 - May 30, 2024
case CompatibilityRequirement::MAX:
return Version::getMinimumVersion();
}
llvm_unreachable("Unhandled case");
llvm::report_fatal_error("Unhandled compatibility requirement");
}

mlir::Diagnostic& operator<<(mlir::Diagnostic& diag, const Version& version) {
Expand Down

0 comments on commit 29f3a6f

Please sign in to comment.