Remove The legacy inventory and asset servers. Bump interface version to 6

This commit is contained in:
Melanie
2009-09-17 23:39:58 +01:00
parent 88294d9ebf
commit 6779abf7f5
11 changed files with 1 additions and 1704 deletions

View File

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