mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* reseparate inventory item creator id and creator uuid
* unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa
This commit is contained in:
@@ -48,6 +48,6 @@ namespace OpenSim
|
||||
/// of the code that is too old.
|
||||
///
|
||||
/// </value>
|
||||
public readonly static int MajorInterfaceVersion = 3;
|
||||
public readonly static int MajorInterfaceVersion = 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user