Undoing the bump up of MajorInterfaceVersion number back to 2. This just doesn't work in practice!

This commit is contained in:
diva
2009-01-03 07:31:48 +00:00
parent 158de95bde
commit 19cb2cb395

View File

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