mantis 8416: change string compare method (actually on previus commit)

0.9.1.0-post-fixes
UbitUmarov 2018-12-08 02:36:59 +00:00
parent f8c3fc5e05
commit 295f24fe01
1 changed files with 1 additions and 1 deletions

View File

@ -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;