I'm bumping gridcomms interface version to 5.
MajorInterfaceVersion = 5
This commit is contained in:
Teravus Ovares
2009-07-25 21:16:48 +00:00
parent 5ae1ad995d
commit 687e84048d

View File

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