mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
also incremenet os_apiversion
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public partial class ScriptBaseClass
|
||||
{
|
||||
// SCRIPTS CONSTANTS
|
||||
public static readonly LSLInteger OS_APIVERSION = 22;
|
||||
public static readonly LSLInteger OS_APIVERSION = 23;
|
||||
|
||||
public static readonly LSLInteger TRUE = 1;
|
||||
public static readonly LSLInteger FALSE = 0;
|
||||
|
||||
Reference in New Issue
Block a user