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

0.6.2-post-fixes
diva 2009-01-03 07:31:48 +00:00
parent 158de95bde
commit 19cb2cb395
1 changed files with 1 additions and 1 deletions

View File

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