mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
mantis 8416: change string compare method (actually on previus commit)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user