Bumping the interface number down again, because this *may* not be a breaking change with older sims.

arthursv
Diva Canto 2009-08-17 06:41:26 -07:00
parent fa8a94577a
commit 94cd4c136c
1 changed files with 1 additions and 1 deletions

View File

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