blob: 3920766a47425818e63b84b846181d9156b19428 (
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 = "6"
|