blob: 49648801089e93c97da59a942ab3a549496f1afe (
plain)
1
2
3
4
5
6
7
|
#
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
# an incompatible way. Such changes should usually be detailed in the commit
# that breaks the format and have been previously discussed on the mailing list
# with general agreement from the core team.
#
OELAYOUT_ABI = "12"
|