--- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,7 @@ module( name = "p4c", - version = "head", # Fill in concrete versions only on release branches/in the BCR. + version = "1.2.5.11.bcr.1", + bazel_compatibility = [">=7.2.1"], ) bazel_dep(name = "abseil-cpp", version = "20260107.1")