diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Base/ProtocolVersions.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Server/Base/ProtocolVersions.cs b/OpenSim/Server/Base/ProtocolVersions.cs index 8db5bb6..5c2278c 100644 --- a/OpenSim/Server/Base/ProtocolVersions.cs +++ b/OpenSim/Server/Base/ProtocolVersions.cs | |||
@@ -46,11 +46,11 @@ namespace OpenSim.Server.Base | |||
46 | /// </value> | 46 | /// </value> |
47 | 47 | ||
48 | // The range of acceptable servers for client-side connectors | 48 | // The range of acceptable servers for client-side connectors |
49 | public readonly static int ClientProtocolVersionMin = 0; | 49 | public readonly static int ClientProtocolVersionMin = 1; |
50 | public readonly static int ClientProtocolVersionMax = 0; | 50 | public readonly static int ClientProtocolVersionMax = 1; |
51 | 51 | ||
52 | // The range of acceptable clients in server-side handlers | 52 | // The range of acceptable clients in server-side handlers |
53 | public readonly static int ServerProtocolVersionMin = 0; | 53 | public readonly static int ServerProtocolVersionMin = 1; |
54 | public readonly static int ServerProtocolVersionMax = 0; | 54 | public readonly static int ServerProtocolVersionMax = 1; |
55 | } | 55 | } |
56 | } | 56 | } |