From c8da2db38e55114f8fd738c75970e35c2cffb593 Mon Sep 17 00:00:00 2001 From: Alexander Pivovarov Date: Thu, 24 Oct 2024 19:28:34 +0000 Subject: [PATCH] Bump WEEK_12 to v1.5.0, WEEK_4 to 1.7.5 --- stablehlo/dialect/Version.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stablehlo/dialect/Version.cpp b/stablehlo/dialect/Version.cpp index 31dc3335f2..9aa7627a03 100644 --- a/stablehlo/dialect/Version.cpp +++ b/stablehlo/dialect/Version.cpp @@ -83,9 +83,9 @@ Version Version::fromCompatibilityRequirement( case CompatibilityRequirement::NONE: return Version::getCurrentVersion(); case CompatibilityRequirement::WEEK_4: - return Version(1, 7, 3); // v1.7.3 - Sept 23, 2024 + return Version(1, 7, 5); // Sep 26, 2024 case CompatibilityRequirement::WEEK_12: - return Version(1, 4, 2); // v1.4.2 - Jul 25, 2024 + return Version(1, 5, 0); // Aug 1, 2024 case CompatibilityRequirement::MAX: return Version::getMinimumVersion(); }