diff options
author | Charles Krinke | 2008-12-13 16:25:20 +0000 |
---|---|---|
committer | Charles Krinke | 2008-12-13 16:25:20 +0000 |
commit | 6cf0b818642518aadd8aa288127de03f6fd1a079 (patch) | |
tree | 7a08024aaab37537b52b73c7854a3ab3a4696848 /OpenSim/Framework/Servers | |
parent | more work on moving FileTransfer code to the clientstack. (diff) | |
download | opensim-SC_OLD-6cf0b818642518aadd8aa288127de03f6fd1a079.zip opensim-SC_OLD-6cf0b818642518aadd8aa288127de03f6fd1a079.tar.gz opensim-SC_OLD-6cf0b818642518aadd8aa288127de03f6fd1a079.tar.bz2 opensim-SC_OLD-6cf0b818642518aadd8aa288127de03f6fd1a079.tar.xz |
Mantis#2811. Thank you kindly, Diva for a patch that resolves
some of our DNS/dotted decimal issues that plague teleporting.
We are increasing the MajorInterfaceVersion from 1 to 2 in the
gridserver, so sims will need to be updated on various grids.
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 4b3f829..1efd82f 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -48,6 +48,6 @@ namespace OpenSim | |||
48 | /// of the code that is too old. | 48 | /// of the code that is too old. |
49 | /// | 49 | /// |
50 | /// </value> | 50 | /// </value> |
51 | public readonly static int MajorInterfaceVersion = 1; | 51 | public readonly static int MajorInterfaceVersion = 2; |
52 | } | 52 | } |
53 | } | 53 | } |