canmove, Confirmed users
6,439
edits
No edit summary |
(→Others) |
||
Line 81: | Line 81: | ||
|- | |- | ||
| version/appVersion | | version/appVersion | ||
| Sometimes we need the application version to be different from what we "call" the build, eg public release candidates for a major release (3.1 RC1). appVersion | | Sometimes we need the application version to be different from what we "call" the build, eg public release candidates for a major release (3.1 RC1). appVersion is an optional definition used in places that# don't care about what we call it. Eg, when version bumping we will bump to appVersion, not version. As a concrete example, when we produce the first release candidate for 3.1, version will be '3.1rc1' and appVersion will be '3.1'. | ||
|- | |- | ||
| milestone | | milestone |