... | ... | @@ -4,7 +4,11 @@ |
|
|
```
|
|
|
'NAME'_x.y.z[.b]' /_''RCn/ALPHA/BETA/FINAL'[' ''(''TEXT\base64')' ....]
|
|
|
```
|
|
|
* y,x,z,b,n are numbers (b can be a long all other int)
|
|
|
* y,x,z,b,n are numbers
|
|
|
* y is the Version Major Number in format int
|
|
|
* x is the Version Minor Number in format int
|
|
|
* z is the Version Micro Number in format int
|
|
|
* b is the Version Build Number in format long
|
|
|
* 'NAME' can be any String but NOT contain ' ', '_' or '.'
|
|
|
* 'RCn', 'ALPHA', 'BETA' and 'FINAL' are fixed values
|
|
|
* in '(' ')' can be any String or a base64 encoded variant
|
... | ... | |