Change the actual versions allowed to connect, which is different from
the interface major version0.8.1-post-fixes
parent
6b932f6a64
commit
7a9fbec3f5
|
@ -46,11 +46,11 @@ namespace OpenSim.Server.Base
|
||||||
/// </value>
|
/// </value>
|
||||||
|
|
||||||
// The range of acceptable servers for client-side connectors
|
// The range of acceptable servers for client-side connectors
|
||||||
public readonly static int ClientProtocolVersionMin = 0;
|
public readonly static int ClientProtocolVersionMin = 1;
|
||||||
public readonly static int ClientProtocolVersionMax = 0;
|
public readonly static int ClientProtocolVersionMax = 1;
|
||||||
|
|
||||||
// The range of acceptable clients in server-side handlers
|
// The range of acceptable clients in server-side handlers
|
||||||
public readonly static int ServerProtocolVersionMin = 0;
|
public readonly static int ServerProtocolVersionMin = 1;
|
||||||
public readonly static int ServerProtocolVersionMax = 0;
|
public readonly static int ServerProtocolVersionMax = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue