Bumping the interface number down again, because this *may* not be a breaking change with older sims.
parent
fa8a94577a
commit
94cd4c136c
|
@ -69,6 +69,6 @@ namespace OpenSim
|
||||||
/// of the code that is too old.
|
/// of the code that is too old.
|
||||||
///
|
///
|
||||||
/// </value>
|
/// </value>
|
||||||
public readonly static int MajorInterfaceVersion = 6;
|
public readonly static int MajorInterfaceVersion = 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue