Bumped up grid services interface number.

This commit is contained in:
Diva Canto
2009-08-16 20:38:30 -07:00
parent 67a629081e
commit 052c51f90f

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