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.
This commit is contained in:
Charles Krinke
2008-12-13 16:25:20 +00:00
parent 40bbf886f2
commit 6cf0b81864
4 changed files with 16 additions and 19 deletions

View File

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