When we check in a modified(after checkout) app a version gets appended automatically to it.
Version Number is always auto incremented.
However we allow modifying version only for the old WIP version(WIP 1.0) and for SAP based Apps.
NOTES:
The max revision is limited to two numbers. Hence the max is 99.
Lower major version will NOT WORK as this is by design.
You will need to input a greater major version, and this is mandatory.
It’s not possible to check-in a lower version.
For example , if your last version is 2.1.5 [ ( 2*1 000 000) + (1 *10 000) + 5] . So, the last version number : 2,010,005
You will be able to check-in a new version provided that new version is greater than the : 2,010,005
Add Comment