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:
parent
04c008db42
commit
4b5003294e
19 changed files with 19 additions and 19 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue