Add automatic version numbering to the build system.
Closes avsitter/avsitter.github.io#46
This commit is contained in:
parent
63c1c6b27b
commit
04c008db42
20 changed files with 121 additions and 24 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
// Placed in prop objects, this script sends the uuid of any Lockguard rings to the script in furniture.
|
||||
// Ring prims in the prop should be named with "ring" in their prim name. e.g. "ring1", "ring2"
|
||||
|
||||
// string #version = "2.2";
|
||||
integer COMM_CHANNEL = -57841689;
|
||||
integer comm_handle;
|
||||
list A = [comm_handle]; //OSS::list A; // Force error if not compiled in Mono
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
* receive automatic updates and other benefits! All details and user
|
||||
* instructions can be found at http://avsitter.github.io
|
||||
*/
|
||||
|
||||
// For use attaching particle chains to LockGuard V2 compatible cuffs such as Open Collar
|
||||
// This script should be placed inside the prim that contains your poses and props.
|
||||
// Inspiration and function (not code) from the Bright CISS system by Shan Bright & Innula Zenovka.
|
||||
// string #version = "2.2";
|
||||
|
||||
// SITTER:
|
||||
// The AVsitter SITTER # the chain settings are for.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
string product;
|
||||
string version = "2.2";
|
||||
string #version = "2.2";
|
||||
integer RELAY_CHANNEL = -1812221819;
|
||||
integer RELAY_GETSTATUS_CHANNEL;
|
||||
integer GETSTATUShandle;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
string product = "AVsitter™ RLV";
|
||||
string version = "2.2";
|
||||
string #version = "2.2";
|
||||
integer ignorenextswap;
|
||||
string notecard_name = "AVpos";
|
||||
string unDressScript = "[AV]root-RLV-extra";
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
string product = "AVsitter™ Menu Control";
|
||||
string version = "2.2";
|
||||
string #version = "2.2";
|
||||
string security_script = "[AV]root-security";
|
||||
string RLV_script = "[AV]root-RLV";
|
||||
list DESIGNATIONS_NOW;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue