mantis 8416: change string compare method (actually on previus commit)
parent
f8c3fc5e05
commit
295f24fe01
|
@ -180,7 +180,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
|||
/*
|
||||
* Makes sure migration data version is same on both ends.
|
||||
*/
|
||||
public static byte migrationVersion = 10;
|
||||
public static byte migrationVersion = 11;
|
||||
|
||||
// Incremented each time script gets reset.
|
||||
public int m_ResetCount = 0;
|
||||
|
|
Loading…
Reference in New Issue