blob: a829687780506bf854df7cdca86c324ff09b00b2 (
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 = "11"
|