change interface version to 8, as core

avinationmerge
UbitUmarov 2015-09-14 00:03:43 +01:00
parent 672f7468f7
commit 154e19b0e7
1 changed files with 1 additions and 1 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;
}
}