Bump Interface Version to 8

This commit is contained in:
Melanie Thielker
2015-09-14 00:36:47 +02:00
parent 93adf1ab55
commit 783aff9723

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;
}
}