change api,yengine compile and serial version numbers (this will force scripts recompile and return to start state)

This commit is contained in:
UbitUmarov
2025-08-21 22:27:47 +01:00
parent 430c5ee9ce
commit 9dbaa4d3ac
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public partial class ScriptBaseClass
{
// SCRIPTS CONSTANTS
public static readonly LSLInteger OS_APIVERSION = 23;
public static readonly LSLInteger OS_APIVERSION = 24;
public static readonly LSLInteger TRUE = 1;
public static readonly LSLInteger FALSE = 0;