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
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
string product = "AVmenu™";
|
||||
string version = "2.2";
|
||||
string #version = "2.2";
|
||||
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.2";
|
||||
string notecard_name = "AVpos";
|
||||
string main_script = "[AV]sitA";
|
||||
key key_request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue