* Upping to interface version 3 - let's see how this goes.

This commit is contained in:
lbsa71
2009-02-21 14:12:06 +00:00
parent 25661b611d
commit fcb737c7f9

View File

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