Change the versioning scheme and add full version to all scripts

The new versioning scheme uses a letter instead of the dash. The letter is a p for a work-in-progress/pre-release version, or an r for a release version. For example:

2.2p04 - work in progress for version 2.2r04
2.2r04 - release version (2.2-04 with the previous scheme)

The two digit number will be increasing even for minor changes. The last minor changes indicator is dropped.
This commit is contained in:
Sei Lisa 2020-09-07 22:04:02 +02:00
parent 04c008db42
commit 4b5003294e
19 changed files with 19 additions and 19 deletions

View file

@ -29,7 +29,7 @@ OSZIP=AVsitter2-oss.zip
# Version being compiled (LSL string)
VERSION="2.2"
VERSION="2.2p04"
# Note some of these scripts don't strictly need to be optimized for memory.

View file

@ -14,7 +14,7 @@
* instructions can be found at http://avsitter.github.io
*/
string #version = "2.2";
string #version = "2.2p04";
string notecard_name = "AVpos";
string main_script = "[AV]sitA";
key notecard_key;

View file

@ -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";
// string #version = "2.2p04";
integer COMM_CHANNEL = -57841689;
integer comm_handle;
list A = [comm_handle]; //OSS::list A; // Force error if not compiled in Mono

View file

@ -16,7 +16,7 @@
// 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";
// string #version = "2.2p04";
// SITTER:
// The AVsitter SITTER # the chain settings are for.

View file

@ -15,7 +15,7 @@
*/
string product;
string #version = "2.2";
string #version = "2.2p04";
integer RELAY_CHANNEL = -1812221819;
integer RELAY_GETSTATUS_CHANNEL;
integer GETSTATUShandle;

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™ RLV";
string #version = "2.2";
string #version = "2.2p04";
integer ignorenextswap;
string notecard_name = "AVpos";
string unDressScript = "[AV]root-RLV-extra";

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™ Menu Control";
string #version = "2.2";
string #version = "2.2p04";
string security_script = "[AV]root-security";
string RLV_script = "[AV]root-RLV";
list DESIGNATIONS_NOW;

View file

@ -43,7 +43,7 @@ integer IsInteger(string data)
return data != "" && (string)((integer)("1" + data)) == "1" + data;
}
string #version = "2.2";
string #version = "2.2p04";
string notecard_name = "AVpos";
string main_script = "[AV]sitA";
key key_request;

View file

@ -15,7 +15,7 @@
*/
string product = "AVmenu™";
string #version = "2.2";
string #version = "2.2p04";
integer verbose = 0;
string prop_script = "[AV]prop";
string notecard_name = "AVpos";

View file

@ -14,7 +14,7 @@
* instructions can be found at http://avsitter.github.io
*/
string #version = "2.2";
string #version = "2.2p04";
string notecard_name = "AVpos";
string main_script = "[AV]sitA";
key key_request;

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™ sequence";
string #version = "2.2";
string #version = "2.2p04";
string main_script = "[AV]sitA";
list SITTERS;
integer DEBUG;

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter2 MLP converter";
string #version = "2.2";
string #version = "2.2p04";
string notecard_basename = "AVpos";
string notecard_name;
list NOTECARDS = [notecard_name]; //OSS::list NOTECARDS; // Force error in LSO

View file

@ -17,7 +17,7 @@
integer OLD_HELPER_METHOD;
key key_request;
string url = "https://avsitter.com/settings.php"; // the settings dump service remains up for AVsitter customers. settings clear periodically.
string #version = "2.2";
string #version = "2.2p04";
string helper_name = "[AV]helper";
string prop_script = "[AV]prop";
string expression_script = "[AV]faces";

View file

@ -16,7 +16,7 @@
string registration_product = "AVsitter2";
string product = "AVhelper";
string #version = "2.2";
string #version = "2.2p04";
integer OLD_HELPER_METHOD;
list colors = [<1,0.5,1>, <0.5,0.5,1>, <1,0.5,0.5>, <0.5,1,0.5>, <1,1,0.5>, <0.5,1,1>];
integer helper_index;

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™ Security";
string #version = "2.2";
string #version = "2.2p04";
string script_basename = "[AV]sitA";
string menucontrol_script = "[AV]root-control";
string RLV_script = "[AV]root-RLV";

View file

@ -13,7 +13,7 @@
* receive automatic updates and other benefits! All details and user
* instructions can be found at http://avsitter.github.io
*/
//string #version = "2.2";
//string #version = "2.2p04";
string script_basename = "[AV]sitA";
string menu_script = "[AV]menu";
key A;

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™ seat select";
string #version = "2.2";
string #version = "2.2p04";
integer select_type;
list BUTTONS;
integer reading_notecard_section = -1;

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™";
string #version = "2.2";
string #version = "2.2p04";
string notecard_name = "AVpos";
string main_script = "[AV]sitA";
string memoryscript = "[AV]sitB";

View file

@ -15,7 +15,7 @@
*/
string product = "AVsitter™";
string #version = "2.2";
string #version = "2.2p04";
string BRAND;
integer OLD_HELPER_METHOD;
string main_script = "[AV]sitA";