Undoing the bump up of MajorInterfaceVersion number back to 2. This just doesn't work in practice!
parent
158de95bde
commit
19cb2cb395
|
@ -48,6 +48,6 @@ namespace OpenSim
|
||||||
/// of the code that is too old.
|
/// of the code that is too old.
|
||||||
///
|
///
|
||||||
/// </value>
|
/// </value>
|
||||||
public readonly static int MajorInterfaceVersion = 3;
|
public readonly static int MajorInterfaceVersion = 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue