Make regions tolerant to newer regions with more werables.

Also, bump the interface version to 8
This commit is contained in:
Melanie Thielker
2015-09-14 00:35:31 +02:00
parent a6012a3fae
commit 9d1515efdb
2 changed files with 6 additions and 3 deletions

View File

@@ -71,6 +71,6 @@ namespace OpenSim
/// of the code that is too old.
///
/// </value>
public readonly static int MajorInterfaceVersion = 7;
public readonly static int MajorInterfaceVersion = 8;
}
}